What language is c written?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of Macro over function?
How can I invoke another program or command and trap its output?
How can I implement sets or arrays of bits?
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
What is NULL pointer?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
Write a program to swap two numbers without using third variable in c?
What is the difference between exit() and _exit() function in c?
differentiate built-in functions and user – defined functions.
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
program to find middle element of linklist?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?