Answer Posted / habeeb ahmed
10
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is switch in c?
Combinations of fibanocci prime series
what is the significance of static storage class specifier?
What do the functions atoi(), itoa() and gcvt() do?
How does placing some code lines between the comment symbol help in debugging the code?
What is scope and lifetime of a variable in c?
Do pointers store the address of value or the actual value of a variable?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is the advantage of c?
What is the function of volatile in c language?
What is NULL pointer?
Does free set pointer to null?
Can an array be an Ivalue?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is #include cctype?