what is the mean of c languages.
Answer / s
c is nothing but a language consisting of small set of a
programming module like function , data type design to
perform a dedicated task.
| Is This Answer Correct ? | 6 Yes | 2 No |
difference between spiral and waterfall model
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
Define function pointers?
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What is page thrashing?
What is calloc()?
What is a string?
What is a c token and types of c tokens?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Is main is user defined function?
How can I split up a string into whitespace-separated fields?
Who developed c language and when?