What are the different types of linkage exist in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is function prototype?
discuss the steps needed to get a program from source code to executable in a system?
how to sort two array of characters and make a new array of characters.
How do you initialize pointer variables?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What’s a signal? Explain what do I use signals for?
how to compare two strings without using strcmp() function??
What does calloc stand for?
What are high level languages like C and FORTRAN also known as?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
What is merge sort in c?
what is the use of call back function in c?tell me with example