how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / pratheeba
compiler
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
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
What are the storage classes in C?
What is structure data type in c?
What is putchar() function?
Here is a neat trick for checking whether two strings are equal
Place the #include statement must be written in the program?
What is meant by errors and debugging?
What is the mean of function?
What does 2n 4c mean?
What is the description for syntax errors?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Explain data types & how many data types supported by c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?