Mansi Munjal

Mansi Munjal

Member

Member since
Jul 15, 2014
Last active
Dec 24, 2014
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    4dff81b7-d8a9-475e-b73d-3c66e99afc1e

    [Prototype]If you're not in a dire need of earning(like family responsibilities), I would highly suggest you go with CDAC.Hii...thanks for reply...i've my...

  2. #Threads

    CDAC VS JOB

    Hello, I have done B.Tech from a small private college and it doesn't provide any placement.So i tried off campus and walk-ins...

  3. #Threads

    C-CAT sample papers?

    Hello, I am preparing for C-CAT to get addmission in CDAC.So please tell me from where i get the sample papers with...

  4. #Threads

    db677b6b-613e-4e7a-adad-d41236a5cdbd

    thanks for explaning...i get the point...@Sanyam

  5. #Threads

    9ae36686-af30-43af-ba97-0cd08d853eba

    i Sanyam KhuranaNo, if you specify void, it simply means that it requires no argument and would be equivalent to second form....

  6. #Threads

    C++ Basic problem

    Q:-1)Is there any difference between Void getdata(void) and void getdata() in c++??? Q:-2)In C, void display()-empty parantheses implies any number of argument...

  7. #Threads

    b1d928a3-24e1-4514-9ae9-df85d78c3ab3

    thanks...@abhishek rawal

  8. #Threads

    8623b0f1-4669-448a-b7e7-53ca6711a210

    #-Link-Snipped-# hello sir,can u xplain deeply what is mayank challenger thread?? basically i want to know how i can improve my programming??i...

  9. #Threads

    07fbf056-851f-4eda-bf8a-4bbaa5759625

    hey..pls suggest d books for c++ to improve my programming?? pls give choice between Ebalagurusamy or let us C++????

  10. #Threads

    96c90109-129d-4330-8f84-e557fe8fc09b

    Neeraj Kumar Singhwe can write thz code also like thz [HASHTAG]#include[/HASHTAG]<stdio.h> void main() { int i,j,k; for(i=1;i<=5;i++) { for(j=4;j>=i;j--) { prin...

  11. #Threads

    7e90d7b2-69b3-4597-b8c1-a7dc79b7f994

    #include<stdio.h> void main() { int i,j; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) { printf("*"); } printf("\n"); } }output * ** *** **** ***** i understand...

  12. #Threads

    0af68dcd-d62c-45b8-a9ef-558bcd892709

    thank you so much....but can you explain me more clearly that how can i get to know from where i will start...