int a=20;
int b=30;
int c=40;
printf("%d%d%d");
what will be the output?
Answer Posted / neethu
%d%d%d
| Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
How can type-insensitive macros be created?
What is function what are the types of function?
Explain what is operator promotion?
What is data structure in c and its types?
What are the different types of linkage exist in c?
Why do we use int main instead of void main in c?
Explain the bubble sort algorithm.
What do you mean by a sequential access file?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
What do you know about the use of bit field?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What is calloc in c?
Can variables be declared anywhere in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is header file in c?