Answer Posted / guest
friend
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why is #define used?
What is the general form of a C program?
What is the value of uninitialized variable in c?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is a protocol in c?
Is file a keyword in c?
What are the Advantages of using macro
Explain how does free() know explain how much memory to release?
Explain high-order and low-order bytes.
Which node is more powerful and can handle local information processing or graphics processing?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is the purpose of void pointer?
What is main () in c?
what is recursion in C
how to write optimum code to divide a 50 digit number with a 25 digit number??