Is printf a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
why we use "include" word before calling the header file. is there any special name for that include??????
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
what is the difference b/w NULL and null?
Explain About fork()?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
Explain what is dynamic data structure?
What is the size of array float a(10)?
What is the memory allocated by the following definition ? int (*x)();
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Does c have circular shift operators?
what are non standard function in c