What does int main () mean?
No Answer is Posted For this Question
Be the First to Post Answer
What's wrong with "char *p = malloc(10);" ?
What is the scope of local variable in c?
to find the closest pair
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
What are the advantages of using new operator as compared to the function malloc ()?
Why is c faster?
what is data structure.in linear and non linear data structures which one is better?Explain
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
What's the right way to use errno?
What does the c in ctime mean?