what will be the output for the following program?
main()
{
char ch = 'k';
char c;
printf("%c",c);
}
Answer Posted / hussain reddy
garbage value
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of c in c language?
What is binary tree in c?
What is an endless loop?
Why is struct padding needed?
Does c have circular shift operators?
Explain what are multidimensional arrays?
What is malloc and calloc?
What is the purpose of type declarations?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
What is union and structure in c?
simple program of graphics and their output display
How a string is stored in c?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What does c mean in standard form?
Explain low-order bytes.