Answer Posted / 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 |
Post New Answer View All Answers
How are structure passing and returning implemented?
Is printf a keyword?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Explain what is meant by 'bit masking'?
if p is a string contained in a string?
How to write a multi-statement macro?
Implement bit Array in C.
Explain Basic concepts of C language?
What are the header files used in c language?
What is fflush() function?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is function what are the types of function?
What is the difference between void main and main in c?
What is the difference between variable declaration and variable definition in c?