Answer Posted / viji
It doesn't return any value
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
what is use of malloc and calloc?
What are qualifiers and modifiers c?
What is meant by operator precedence?
Write a program on swapping (100, 50)
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is a union?
What is stack in c?
Can we change the value of #define in c?
what is a constant pointer in C
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
How do you list files in a directory?
How can you tell whether a program was compiled using c versus c++?
Explain what is operator promotion?