What is key word in c language?

Answer Posted / karthikeyan

keywords are the words which have a specific meaning and
cannot be used as a variable

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1862


What does %d do?

729


Where local variables are stored in c?

561


provide an example of the Group by clause, when would you use this clause

1712


What is NULL pointer?

680






How many levels of pointers can you have?

709


Why should I prototype a function?

644


What are bitwise shift operators in c programming?

650


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

1429


Why do we need a structure?

596


What is scanf () in c?

667


What is a void pointer? When is a void pointer used?

632


How do you define a function?

585


What is class and object in c?

592


Are negative numbers true in c?

604