What are the different types of linkage exist in c?
No Answer is Posted For this Question
Be the First to Post Answer
In a switch statement, what will happen if a break statement is omitted?
write a program to find the frequency of a number
code for quick sort?
What is an endless loop?
Why static variable is used in c?
What is the right type to use for boolean values in c?
Method Overloading exist in c ?
Explain the difference between struct and union.
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
Why does the call char scanf work?
What does a function declared as pascal do differently?
hat is a pointer?