What is key word in c language?

Answer Posted / mukul kumar

keyward is special word which have constsnt meaning in
programing they have specific meaning.
examples:-if, for, do, etc.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of using new operator as compared to the function malloc ()?

762


Write a program of prime number using recursion.

623


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1921


What is null pointer constant?

599


Difference between MAC vs. IP Addressing

644






Explain two-dimensional array.

633


Is swift based on c?

643


What is use of #include in c?

604


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3694


Differentiate between null and void pointers.

635


What are the characteristics of arrays in c?

617


What is the difference between far and near in c?

605


What is meant by recursion?

636


How can I determine whether a machines byte order is big-endian or little-endian?

628


Why can't I perform arithmetic on a void* pointer?

640