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 / lilly
u get garbage value!!!
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is union in c?
Why is this loop always executing once?
What is the use of sizeof () in c?
Where in memory are my variables stored?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
What does the characters “r” and “w” mean when writing programs that will make use of files?
find the sum of two matrices and WAP for it.
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Which function in C can be used to append a string to another string?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What is sizeof array?
What is openmp in c?
How do you list files in a directory?