What is key word in c language?

Answers were Sorted based on User's Feedback



What is key word in c language?..

Answer / dhakar123

Key word is a C-Tokens which is specify meaning.

Is This Answer Correct ?    33 Yes 4 No

What is key word in c language?..

Answer / vijay mundra

Keyword are some reserved word that are used in programming
for their pre defined actions..

Is This Answer Correct ?    22 Yes 2 No

What is key word in c language?..

Answer / 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

What is key word in c language?..

Answer / 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

More C Interview Questions

What is the difference between array and linked list in c?

1 Answers  


What is NULL pointer?

1 Answers   Infosys,


What is a constant and types of constants in c?

1 Answers  


how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1 Answers   Gopaljee, TCS,


write a program which counts a product of array elements lower than 10.

1 Answers  


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

1 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


How will you allocate memory to a double pointer ?

2 Answers  


program to get the remainder and quotant of given two numbers with out using % and / operators?

10 Answers   College School Exams Tests, IBM,


Is fortran still used today?

1 Answers  


Dont ansi function prototypes render lint obsolete?

1 Answers  


Categories