what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / muthu
Garbage value....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I need testPalindrome and removeSpace
#include
What is masking?
Explain what standard functions are available to manipulate strings?
How can I delete a file?
What is a string?
Should a function contain a return statement if it does not return a value?
Explain 'bit masking'?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Write a program to print “hello world” without using semicolon?
Write a program to reverse a linked list in c.
In which layer of the network datastructure format change is done
What is bubble sort in c?
When is the “void” keyword used in a function?
What is the use of a static variable in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit