what is the c source code for the below output?
5555555555
4444 4444
333 333
22 22
1 1
22 22
333 333
4444 4444
5555555555
No Answer is Posted For this Question
Be the First to Post Answer
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Why is it usually a bad idea to use gets()? Suggest a workaround.
related to rdbms query .
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
The __________ attribute is used to announce variables based on definitions of columns in a table?
Give me basis knowledge of c , c++...
write a program to compare 2 numbers without using logical operators?
What is the difference b/w Structure & Array?
How to throw some light on the b tree?
Explain what is the difference between far and near ?
to convert a string without using decrement operater and string functions
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...