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
Is javascript written in c?
When is a void pointer used?
Can we declare function inside main?
What do you understand by normalization of pointers?
What is a spanning Tree?
What are formal parameters?
What happens if header file is included twice?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is modeling?
Is swift based on c?
What are the types of pointers in c?
What does 3 periods mean in texting?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is meant by type specifiers?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none