how many keywords do C compile?

Answer Posted / gandhi priyank

there are 32 keywords in c language ...............

Is This Answer Correct ?    72 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me is null always defined as 0(zero)?

661


how can f be used for both float and double arguments in printf? Are not they different types?

598


What is the explanation for prototype function in c?

556


When was c language developed?

687


Write the control statements in C language

637






what is the function of pragma directive in c?

610


What does the function toupper() do?

643


What is difference between structure and union with example?

584


Why #include is used in c language?

584


How do you define structure?

553


What are c identifiers?

616


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!+....

22161


Explain what are global variables and explain how do you declare them?

628


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1890


Define Array of pointers.

621