What would the following code segment printint k = 8;docout << "k = " << k << "
";while k++ < 5;

a) 13

b) 5

c) 8

d) pointers


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


What is external variable in c?

0 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


What is #include stdio h?

0 Answers  


Can you pass an entire structure to functions?

0 Answers  






write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised

3 Answers  


What is string constants?

0 Answers  


How do you redirect a standard stream?

0 Answers  


difference between spiral and waterfall model

1 Answers  


What is the difference between a string and an array?

0 Answers  


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


What is echo in c programming?

0 Answers  


Categories