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

Post New Answer

More C Interview Questions

what is the advantage of software development

1 Answers  


What is structure packing in c?

0 Answers  


What is null character in c?

0 Answers  


Prove or disprove P!=NP.

5 Answers   Microsoft,


why should i select you?

21 Answers   Wipro,






What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


What is wild pointer in c?

0 Answers  


There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?

1 Answers  


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


how can i calculate mean,median,mode by using c program

1 Answers   HCL,


find a number whether it is even or odd without using any control structures and relational operators?

22 Answers   Microsoft, Shashank Private Limited,


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

0 Answers  


Categories