Answer Posted / sivasiva
=
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
In a switch statement, what will happen if a break statement is omitted?
Why static is used in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the difference between Printf(..) and sprint(...) ?
Write a program to generate the Fibinocci Series
What is the difference between a string and an array?
Should a function contain a return statement if it does not return a value?
how should functions be apportioned among source files?
Explain how can you check to see whether a symbol is defined?
What does c mean?
Explain pointer. What are function pointers in C?
What is array of pointers to string?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Where register variables are stored in c?
What are pointers? What are stacks and queues?