how to make program without <> in libray.
No Answer is Posted For this Question
Be the First to Post Answer
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
What does the message "warning: macro replacement within a string literal" mean?
What are conditional operators in C?
Why is void main used?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is difference between structure and union in c programming?
what are two categories of clint-server application development ?
Are pointers really faster than arrays?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
Explain how to reverse singly link list.
What is the mean of this statement:: if(int i=0 * i=9)
What is putchar() function?