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
How can I open files mentioned on the command line, and parse option flags?
How pointers are declared?
Can a pointer point to null?
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can I call a function with an argument list built up at run time?
Process by which one bit pattern in to another by bit wise operation is?
Give differences between - new and malloc() , delete and free() ?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is a pointer value and address in c?
What the different types of arrays in c?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
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 #include cctype?
What are the 5 types of organizational structures?
Why static variable is used in c?