Answer Posted / chinna
#include<stdio.h>
#include<conio.h>
void main()
{
printf("%d");
}
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
What is static and auto variables in c?
Write a program to swap two numbers without using a temporary variable?
What is formal argument?
What are the loops in c?
Are the variables argc and argv are always local to main?
Does sprintf put null character?
What are the types of data types and explain?
In which language linux is written?
Can you mix old-style and new-style function syntax?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What will be the outcome of the following conditional statement if the value of variable s is 10?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why is void main used?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code