Answer Posted / vijay
Its used to select the part of program to the execution
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Where are c variables stored in memory?
Explain low-order bytes.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Why main is not a keyword in c?
What is maximum size of array in c?
Which of these functions is safer to use : fgets(), gets()? Why?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
what are the different storage classes in c?
What is the use of ?: Operator?
Define recursion in c.
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
Write a program to find factorial of a number using recursive function.
Is struct oop?
What is the most efficient way to store flag values?