main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / shanky
it will give error
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the 5 types of inheritance in c ++?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain what is the purpose of "extern" keyword in a function declaration?
Write a program to swap two numbers without using a temporary variable?
Is main is a keyword in c?
Why do we need a structure?
When is a null pointer used?
What is the difference between break and continue?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Write a program to print numbers from 1 to 100 without using loop in c?
What are the 4 types of functions?
Are the variables argc and argv are local to main?
Do you know the difference between malloc() and calloc() function?
What is the purpose of realloc()?
What are called c variables?