Answer Posted / ramya
,
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Do you know the use of fflush() function?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Explain what does the function toupper() do?
What is type qualifiers?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Can a void pointer point to a function?
What is const and volatile in c?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the differences between Structures and Arrays?
What does 4d mean in c?
What is the benefit of using const for declaring constants?
What are the different types of endless loops?
What are qualifiers in c?