how many keywords do C compile?
Answer Posted / chhatrala tejal n.
32
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What are the advantages and disadvantages of c language?
What are the characteristics of arrays in c?
What is anagram in c?
What is return type in c?
What does a pointer variable always consist of?
How do you use a pointer to a function?
using only #include
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What language is c written?
Explain what is the concatenation operator?
Explain what is a const pointer?
What are the application of void data type in c?
Can a pointer point to null?
Which programming language is best for getting job 2020?