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 does != Mean in c?
Explain the difference between malloc() and calloc() function?
What does void main () mean?
Are there any problems with performing mathematical operations on different variable types?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What is the meaning of c in c language?
What is the difference between malloc() and calloc() function in c language?
What are two dimensional arrays alternatively called as?
all c language question
Can you please explain the difference between strcpy() and memcpy() function?
What is conio h in c?
number of times a digit is present in a number
What is extern c used for?
How arrays can be passed to a user defined function
Explain how do you generate random numbers in c?