Banashree Patra

Banashree Patra

Member

Member since
Aug 18, 2011
Last active
Nov 7, 2012
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    dd236ee4-9c6c-4341-adda-fdac394369f8

    rahul69There are many ways to remove Recycler Virus, : Manually deleting the virus containing folders using Safe Mode : This method involves...

  2. #Threads

    e8d8eeed-74a8-4cf7-9abe-498e9782f909

    #-Link-Snipped-# Without giving GATE or NET exam you can apply for research programs ...that too from IITs.You can get those advertisement in...

  3. #Threads

    52972cc3-8906-4f4e-8db3-cab53c41cc72

    manishksmalware is malicious software, generally created to disrupt computer operations and sometimes with an intent of obtaining sensitive informations. There'...

  4. #Threads

    58aaea94-0862-4177-8eed-cb4e550cf06c

    congrats community leaders.😀

  5. #Threads

    1ae4e9e3-6ac2-49b4-9c46-f6bc380fac1b

    Yes i also love to do mathematics.To me this is the most interesting subject.In college we had Engineering Mathematics in the 1st...

  6. #Threads

    eb560512-08f7-445c-8ce9-6569a32dd014

    The Complete Reference ASP.NET. Tata McGraw -Hill Edition This book is good for VB also.

  7. #Threads

    063f5f99-db73-423d-8335-6bedbf2bffce

    1. Switch is an intelligence device.Here packets are sent to the port the are meant for. Whereas hub lack that intelligence.It forward...

  8. #Threads

    d4a77650-1f30-404d-8393-116e5786928d

    hare singh nayak hi CEns could anyone explain in detail of this code. #include<stdio.h> main() { struct xx { int x; struct...

  9. #Threads

    41a183ec-d7a7-48f5-a08b-edb15fbc28ea

    Yes #-Link-Snipped-# that's true.. But your GATE score need to be too high.. If you are selected through GATE score there are...

  10. #Threads

    bde3214c-3f32-42c1-8a63-ce7068178019

    BEng is better.

  11. #Threads

    d2686e29-e5ed-46e1-b53b-6e8768606dda

    silverscorpionLet's say the cut is made at a distance 'a' inches from any end.. Then, we can have the first piece of...

  12. #Threads

    find the output of this code

    #include<stdio.h> #define MUL(a,b) a*b #define Pow(a) a*a int main() { int a=3; int b=2; printf("Ans: %d\n", MUL (MUL(a+1,b), Pow(b+1))); return 0; }