how do you execute a c program in unix.
No Answer is Posted For this Question
Be the First to Post Answer
What type of function is main ()?
How can I allocate arrays or structures bigger than 64K?
main difference between c and c++ language
What does extern mean in a function declaration?
can we declare a variable in different scopes with different data types? answer in detail
What is methods in c?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
What is extern variable in c with example?
what is the meaning of 'c' language
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
How does free() know how many bytes to free?