Answer Posted / hareram ray
#include<stdio.h>
int main(int argc,char *argv)
{
clrscr();
printf("%d");
return 0;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ponter?
Why does everyone say not to use scanf? What should I use instead?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
How reliable are floating-point comparisons?
why we wont use '&' sing in aceesing the string using scanf
program to convert a integer to string in c language'
how to capitalise first letter of each word in a given string?
What is the main difference between calloc () and malloc ()?
What are multibyte characters?
Is calloc better than malloc?
What is string function in c?
What is bin sh c?
What is getch c?
Can we access array using pointer in c language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?