Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << "
";2) cout.put(88);3) cout << char(88) << "
";
a) 1
b) 2
c) 3
d) constant
what is diff b/w huge & far & near pointer??
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is the difference between void main() and void main (void) give example programme?
What are unions in c?
Why cann't whole array can be passed to function as value.
Are the variables argc and argv are always local to main?
What is far pointer in c?
In which category does main function belong??
Why should I prototype a function?
When should we use pointers in a c program?
How can I find the modification date of a file?
Write a program to interchange two variables without using the third variable?
17 Answers Accenture, College School Exams Tests, Infotech,