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
Who is the founder of c language?
What is static memory allocation?
What are the main characteristics of c language describe the structure of ac program?
What is the acronym for ansi?
why do some people write if(0 == x) instead of if(x == 0)?
How to delete a node from linked list w/o using collectons?
How many bytes are occupied by near, far and huge pointers (dos)?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is a pointer on a pointer in c programming language?
What are reserved words with a programming language?
Is it valid to address one element beyond the end of an array?
can any one provide me the notes of data structure for ignou cs-62 paper
Is there sort function in c?
How can I write a function analogous to scanf?