int a=2,b=3,c=4;
printf("a=%d,b=%d\n",a,b,c);
what is the o/p?
Answer Posted / sriharsha karanth
a=2
b=3
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Is swift based on c?
what is the structure pointer?
What is a const pointer in c?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is the difference between local variable and global variable in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?
How do you initialize pointer variables?
#include
What are the keywords in c?
Write a program to implement queue.
What are the different types of pointers used in c language?
What are valid signatures for the Main function?
Is there a way to compare two structure variables?
Write a code to determine the total number of stops an elevator would take to serve N number of people.