What are the advantages and disadvantages of c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Define VARIABLE?

0 Answers   ADP,


what are advantages of U D F?

1 Answers   Google,


struct abc { unsigned int a; char b; float r; }; struct xyz { int u; struct abc tt; }ww; ww = (struct xyz*)malloc(sizeof(struct xyz)); will the memory be allocated for the inner structure also?

1 Answers   Wipro,


what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(ā€œ %d\nā€,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


Is fortran still used in 2018?

0 Answers  






List the difference between a While & Do While loops?

0 Answers   Accenture,


How many bytes is a struct in c?

0 Answers  


I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


Explain what will the preprocessor do for a program?

0 Answers  


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


State the difference between x3 and x[3].

0 Answers   Aricent,


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,


Categories