printf("%d",(printf("Hello")); What it returns?
Answer Posted / bhavesh kashikar
072
| Is This Answer Correct ? | 1 Yes | 19 No |
Post New Answer View All Answers
C program to find all possible outcomes of a dice?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
When a c file is executed there are many files that are automatically opened what are they files?
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.
What is the size of a union variable?
Why we write conio h in c?
Is c programming hard?
Why use int main instead of void main?
Explain data types & how many data types supported by c?
Are c and c++ the same?
Explain how do you search data in a data file using random access method?
What is const volatile variable in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Explain what is the difference between functions abs() and fabs()?