Is null a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
Explain how can you be sure that a program follows the ansi c standard?
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,
write a function to swap an array a[5] elements like a[0] as a[5],a[1] as a[4],....a[5] as a[0].without using more than one loop and use one array not to use temp array?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
How many keywords (reserve words) are in c?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
what are non standard function in c
what is a function method?give example?
What is the function of volatile in c language?
How can I trap or ignore keyboard interrupts like control-c?
develop algorithms to add polynomials (i) in one variable