Why is sizeof () an operator and not a function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of void in c?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
Explain spaghetti programming?
how can use subset in c program and give more example
When should we use pointers in a c program?
What is structure in c definition?
with out using main how to execute the program?
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }