What is the use of linkage in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How does variable declaration affect memory?
What is structure in c definition?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
What is string constants?
Difference between goto, long jmp() and setjmp()?
Can a local variable be volatile in c?
What is the advantage of an array over individual variables?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
List some of the dynamic data structures in C?
Did c have any year 2000 problems?
What is the collection of communication lines and routers called?
which type of question asked from c / c++ in interview.