What is the use of linkage in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is a mother language?
How to develop software using "c" programming?
What is pointer and structure in c?
What is variable declaration and definition in c?
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
When should I declare a function?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
what is level of tree if leaf node is at level 4.please explain.
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
What is header file in c?