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
it is possible . with using if condition and library
function
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
What is actual argument?
What is the difference between text and binary i/o?
The difference between printf and fprintf is ?
Explain the use of keyword 'register' with respect to variables.
What is c language used for?
What is pass by value in c?
Differentiate call by value and call by reference?
What is a shell structure examples?
write a program for the normal snake games find in most of the mobiles.
write a program to print data of 5 five students with structures?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is typedef?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is the use of clrscr?