in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / bandla.madhu
don't say puts&putchar.we have to think ina manner that how
to write code for printf function.ofcourse those two are
also correct.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why c language?
Simplify the program segment if X = B then C ← true else C ← false
Can include files be nested? How many levels deep can include files be nested?
Explain why can’t constant values be used to define an array’s initial size?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
c program to compute AREA under integral
FILE PROGRAMMING
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is the Purpose of 'extern' keyword in a function declaration?
diff between exptected result and requirement?
write a programming in c to find the sum of all elements in an array through function.
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
How can you convert integers to binary or hexadecimal?
difference between native and cross compilers
Difference between strcpy() and memcpy() function?