What is preprocessor with example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are linked list?
What is wrong with this statement? Myname = 'robin';
how to find out the union of two character arrays?
What is pre-emptive data structure and explain it with example?
What is the return type of sizeof?
What does == mean in texting?
What is the value of h?
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
What is key word in c language?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What is the difference between memcpy and memmove?