what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answer Posted / akansha
there vl b no result.......
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is c system32 taskhostw exe?
Explain what header files do I need in order to define the standard library functions I use?
What is the difference between NULL and NUL?
i have a written test for microland please give me test pattern
Why void is used in c?
int i=10; printf("%d %d %d", i, i=20, i);
What is the use of a semicolon (;) at the end of every program statement?
What do you mean by a local block?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is void main () in c?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is d'n in c?
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
What is the difference between text and binary modes?
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