in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?

Answer Posted / gokul

It's impossible without using any library function

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by scope of a variable in c?

558


What is c programing language?

629


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1856


What are operators in c?

592


What is assert and when would I use it?

591






What are the restrictions of a modulus operator?

645


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1438


What are the advantages of union?

639


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

657


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

689


Explain pointers in c programming?

646


Write a program that accept anumber in words

1264


Explain what is the difference between #include and #include 'file' ?

593


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1639


What is the difference between scanf and fscanf?

677