How does #define work?
No Answer is Posted For this Question
Be the First to Post Answer
What is the data segment that is followed by c?
Explain how can you restore a redirected standard stream?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What does *p++ do? What does it point to?
If I have a char * variable pointing to the name of a function ..
Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .
4 Answers State Bank Of India SBI,
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
write a c program in such a way that if we enter the today date the output should be next day's date.
How can I recover the file name given an open stream?
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?