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 |
a c code by using memory allocation for add ,multiply of sprase matrixes
Explain function?
What is a spanning Tree?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
write a program to print largest number of each row of a 2D array
State the difference between realloc and free.
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
Is there a way to switch on strings?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Explain what are preprocessor directives?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
what is ANSI and ISO