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


Please Help Members By Posting Answers For Below Questions

Do you know pointer in c?

584


What does dm mean sexually?

806


What does printf does?

739


What is #line?

607


Explain how do you use a pointer to a function?

636






Differentiate between a for loop and a while loop? What are it uses?

663


What is infinite loop?

624


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2263


What is the difference between declaring a variable and defining a variable?

716


What does double pointer mean in c?

573


What is union in c?

630


Write a program of prime number using recursion.

613


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1770


How can variables be characterized?

1645


Explain setjmp()?

651