what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / manjot singh
It will gve a garbage value becoz ch has not value it will
automtically generate value by complier
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can I avoid the abort, retry, fail messages?
Write the syntax and purpose of a switch statement in C.
What is double pointer in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What is a method in c?
Explain how are portions of a program disabled in demo versions?
What is the use of function in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
why we wont use '&' sing in aceesing the string using scanf
What do the functions atoi(), itoa() and gcvt() do?
What are pointers in C? Give an example where to illustrate their significance.
How can you access memory located at a certain address?
What is the difference between array and linked list in c?