what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / p.thriveni
it will giv the warning as 'a' is assigned a avalue that
is never be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of ?
what is reason of your company position's in india no. 1.
int i=10; printf("%d %d %d", i, i=20, i);
Explain how do you determine whether to use a stream function or a low-level function?
What is #define in c?
Why c is procedure oriented?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
write a program in c language to print your bio-data on the screen by using functions.
What is variable declaration and definition in c?
What is a spanning Tree?
Why void main is used in c?
what is the difference between class and unio?
How many loops are there in c?
Write the syntax and purpose of a switch statement in C.
Explain the difference between strcpy() and memcpy() function?