Answer Posted / thara
Alt+c is a another way to compile.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
If null and 0 are equivalent as null pointer constants, which should I use?
How to define structures? ·
What is the use of gets and puts?
How can I write functions that take a variable number of arguments?
What is the difference between a string and an array?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Tell us something about keyword 'auto'.
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Why main is not a keyword in c?
What is dynamic variable in c?
What are the advantages of c language?
What is this infamous null pointer, anyway?
Is c object oriented?
What is a pragma?