Can we initialize extern variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we replace the struct function in tree syntax with a union?
How can I manipulate strings of multibyte characters?
Can you please explain the difference between exit() and _exit() function?
difference between function & structure
Write a simple program to find the size of different basic data types in C.
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
How can I convert a number to a string?
What is the g value paradox?
Why the use of alloca() is discouraged?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
Differentiate between null and void pointers.
write a program in C to swap two variables