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

Explain the difference between call by value and call by reference in c language?

648


What are lookup tables in c?

551


Explain what does a function declared as pascal do differently?

643


write an algorithm to display a square matrix.

2224


simple program of graphics and their output display

1470






Explain what is the benefit of using an enum rather than a #define constant?

725


What is the meaning of c in c language?

597


What are integer variable, floating-point variable and character variable?

610


Why can arithmetic operations not be performed on void pointers?

591


can any one tel me wt is the question pattern for NIC exam

1559


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1863


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3662


What is the difference between union and structure in c?

580


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

906


Why static is used in c?

624