Answer Posted / rahul
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i=5;
printf("%d",i);
getch();
}
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
In C language, a variable name cannot contain?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is cohesion in c?
What is volatile, register definition in C
Can you write a programmer for FACTORIAL using recursion?
Define Array of pointers.
to find the closest pair
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
how to capitalise first letter of each word in a given string?
What is masking?
What functions are used in dynamic memory allocation in c?
Why is c fast?
Explain what are multidimensional arrays?
What is dynamic dispatch in c++?
What are the benefits of c language?