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
What is c variable?
What are loops in c?
What is the difference between void main() and int main()?
What is the use of gets and puts?
what is use of loop?
explain about storage of union elements.
Explain how can I write functions that take a variable number of arguments?
how to find anagram without using string functions using only loops in c programming
Can you subtract pointers from each other? Why would you?
What is structure in c definition?
What are the types of i/o functions?
what is uses of .net