in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / murali
my qyestion is without using library function how can print?
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What are pointers in C? Give an example where to illustrate their significance.
Why isn't any of this standardized in c? Any real program has to do some of these things.
Explain do array subscripts always start with zero?
What’s the special use of UNIONS?
Explain what are the different file extensions involved when programming in c?
Write a program to use switch statement.
Who developed c language and when?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
State the difference between realloc and free.
explain what is a newline escape sequence?
Why do we use & in c?
Explain 'bit masking'?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the __date__ and __time__ preprocessor commands?
What is %lu in c?