Why string is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
How the c program is executed?
Why do we use static in c?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Explain bit masking in c?
What is difference between union All statement and Union?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
what is the difference between static variable and register variable?
where do we use volatile keyword?
Write a program to find factorial of a number using recursive function.
What is union in c?
Difference between exit() and _exit() function?