Answer Posted / shrth
example:435
the answer is 4+3+5=12
| Is This Answer Correct ? | 89 Yes | 49 No |
Post New Answer View All Answers
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What should malloc(0) do?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
How do shell structures work?
can anyone suggest some site name..where i can get some good data structure puzzles???
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Can we initialize extern variable in c?
Why c is a procedural language?
What are external variables in c?
Is c call by value?
Explain the meaning of keyword 'extern' in a function declaration.
What is a program flowchart?
Explain what is the best way to comment out a section of code that contains comments?
What does nil mean in c?
Do pointers store the address of value or the actual value of a variable?