main()
{
int i=400,j=300;
printf("%d..%d");
}
Answer Posted / preshit
output will b garbage value
because no variables are passed in last sentence.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Explain what are compound statements?
Can the “if” function be used in comparing strings?
What is console in c language?
Explain pointers in c programming?
All technical questions
Why c is known as a mother language?
How can you read a directory in a C program?
code for quick sort?
what does static variable mean?
What are volatile variables in c?
Explain what standard functions are available to manipulate strings?
Why do we use namespace feature?
What is advantage of pointer in c?