Is exit(status) truly equivalent to returning the same status from main?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have class?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;
What is the difference between near, far and huge pointers?
Give a fast way to multiply a number by 7
15 Answers Accenture, Aricent, Microsoft,
Write a program which returns the first non repetitive character in the string?
Is c procedural or object oriented?
What are the loops in c?
what is the use of using linked list and array?
can we change the default calling convention in c if yes than how.........?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
What is the use of gets and puts?