what will be the output:
main(){char ch;int a=10;printf("%d",ch);}
Answer Posted / ruth
it will print 64
| Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
Discuss the function of conditional operator, size of operator and comma operator with examples.
Can a variable be both const and volatile?
How many main () function we can have in a project?
What is the modulus operator?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why do we use stdio h and conio h?
What is pass by reference in functions?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
Is linux written in c?
Explain spaghetti programming?
Why pointers are used in c?
What is the meaning of ?
How can I find out how much free space is available on disk?
What is far pointer in c?