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
What is a volatile keyword in c?
Why doesn't the code "a[i] = i++;" work?
What is main () in c?
wat is the meaning of c?
Explain what is output redirection?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
difference between function & structure
What is the difference between printf and scanf )?
Explain about the constants which help in debugging?
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
Write a c program to print the even numbers followed by odd numbers in an array without using additional array
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?