what will be the output of this program........
main()
{
int a=2,b=4,c=6;
printf("%d");
}
why it gives the value of third variable.
Answer Posted / biren
6
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How do you print only part of a string?
Why array is used in c?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why c is procedure oriented?
Explain what is the general form of a c program?
What is the c language function prototype?
Can we change the value of constant variable in c?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is a wrapper function in c?
What does c in a circle mean?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why functions are used in c?
Write a program of prime number using recursion.