Answer Posted / hemanthkumar
prinf("%""d");
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a void pointer in c?
Is that possible to add pointers to each other?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
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?
What is the difference between scanf and fscanf?
What is malloc return c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What are preprocessor directives in c?
In a switch statement, explain what will happen if a break statement is omitted?
What does %p mean?
Tell me the use of bit field in c language?
Explain what are bus errors, memory faults, and core dumps?
What is the hardest programming language?
Can we add pointers together?