Answer Posted / ketan
#include<stdio.h>
#include<conio.h>
void main()
{
printf%d
}
| Is This Answer Correct ? | 3 Yes | 22 No |
Post New Answer View All Answers
What is malloc and calloc?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What Is The Difference Between Null And Void Pointer?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is self-referential structure in c programming?
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the most efficient way to count the number of bits which are set in an integer?
What is C language ?
What are terms in math?
List the different types of c tokens?
How can I handle floating-point exceptions gracefully?
How can my program discover the complete pathname to the executable from which it was invoked?
What’s the special use of UNIONS?
What does sizeof int return?
What is #include called?