how many keywords do C compile?

Answer Posted / naresh lingampally

In general we use 32/36 keywords..........

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is memcpy() function?

617


What is the function of this pointer?

668


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

643


Is c is a low level language?

559


Why clrscr is used after variable declaration?

1035






Why is #define used?

788


What is the c value paradox and how is it explained?

570


What is volatile c?

520


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

760


How do we make a global variable accessible across files? Explain the extern keyword?

1416


What is a double c?

585


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1420


Where register variables are stored in c?

544


What functions are used in dynamic memory allocation in c?

591


What is null pointer constant?

592