Answer Posted / nikam prathmesh
CHAR is Data Type.........
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the significance of an algorithm to C programming?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
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.
Do you know the use of fflush() function?
What is function and its example?
What is the difference between exit() and _exit() function in c?
What is structure of c program?
What is the difference between printf and scanf in c?
Can we use visual studio for c?
Describe dynamic data structure in c programming language?
Write a C program in Fibonacci series.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is wrong with this initialization?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What is array of structure in c programming?