what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / balaji
warning! "a" is assigned a value that is never used
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c compiled or interpreted?
What would be an example of a structure analogous to structure c?
What are the different properties of variable number of arguments?
Why is not a pointer null after calling free?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
Is main a keyword in c?
The file stdio.h, what does it contain?
Is array a primitive data type in c?
What is union in c?
How many bytes are occupied by near, far and huge pointers (dos)?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What are the uses of a pointer?
What is array in c with example?
Which is the memory area not included in C program? give the reason
Explain why can’t constant values be used to define an array’s initial size?