Can you return null in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is gets() function?
What is scope rule of function in c?
What is structure data type in c?
What is meant by int main ()?
convert 12345 to 54321 withoutusing strig
How can I read a binary data file properly?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Is c procedural or object oriented?
What is return type in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is quick sort in c?
why integer range between -327680to+32767