how many keywords are available in 'c' language
a) 32
b) 34
c) 45
d) 48
Answer Posted / riya
32
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we assign integer value to char in c?
Is struct oop?
Why use int main instead of void main?
What is formal argument?
simple program of graphics and their output display
What is structure in c explain with example?
how to write a c program to print list of fruits in alpabetical order?
Describe the modifier in c?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Explain high-order and low-order bytes.
How are variables declared in c?
How do you determine whether to use a stream function or a low-level function?
What is getch() function?
What is the easiest sorting method to use?
What is a 'null pointer assignment' error?