Answer Posted / ruchi
void
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
what value is returned to operating system after program execution?
What is difference between main and void main?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Is int a keyword in c?
Explain why c is faster than c++?
Difference between MAC vs. IP Addressing
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
How do you convert strings to numbers in C?
What do you mean by keywords in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is volatile variable in c with example?
How can a string be converted to a number?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is malloc and calloc?