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
No Answer is Posted For this Question
Be the First to Post Answer
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
How can you draw circles in C?
How do you define CONSTANT in C?
What is c basic?
Is it acceptable to declare/define a variable in a c header?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What are the 5 organizational structures?
Can a pointer be static?
Explain the difference between call by value and call by reference in c language?
Which programming language is best for getting job 2020?
printf("%d",(printf("Hello")); What it returns?