What is key word in c language?
Answers were Sorted based on User's Feedback
Answer / dhakar123
Key word is a C-Tokens which is specify meaning.
| Is This Answer Correct ? | 33 Yes | 4 No |
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 |
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 |
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 |
What is the difference between array and linked list in c?
What is NULL pointer?
What is a constant and types of constants in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
write a program which counts a product of array elements lower than 10.
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.
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?
what is the difference between malloc() and calloc() function?
How will you allocate memory to a double pointer ?
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?
Dont ansi function prototypes render lint obsolete?