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
What is define directive?
What is identifiers in c with examples?
What are pointers? Why are they used?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is the size of enum in bytes?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is #define size in c?
Is there a way to jump out of a function or functions?
What is c variable?
what is a constant pointer in C
Why is C language being considered a middle level language?
What is a program?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Is c pass by value or reference?
Differentiate between static and dynamic modeling.