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
How do you define a function?
What is difference between arrays and pointers?
What are control structures? What are the different types?
What is variable declaration and definition in c?
What is pointer to pointer in c with example?
Can we change the value of constant variable in c?
How can you tell whether a program was compiled using c versus c++?
What standard functions are available to manipulate strings?
What is local and global variable in c?
What is memory leak in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What is the size of structure in c?
write a program to generate address labels using structures?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Using which language Test cases are added in .ptu file of RTRT unit testing???