Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is there any restriction in how many arguments printf or
scanf function can take?
in which file in my c++ compiler i can see the code for
implementation of these two functions??

Answer Posted / venkatesh

printf() and scanf() can take any number of arguments.

the prototypes of these functiona are stdio.h and conio.h

Is This Answer Correct ?    8 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2288


Why is structure padding done in c?

1190


Create a simple code fragment that will swap the values of two variables num1 and num2.

1329


I heard that you have to include stdio.h before calling printf. Why?

1113


What is optimization in c?

1070


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

8118


If the size of int data type is two bytes, what is the range of signed int data type?

1070


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1754


Explain is it better to bitshift a value than to multiply by 2?

1246


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1132


What is break in c?

1102


What is the use of ?

1083


How does selection sort work in c?

1097


what will be the output for the following main() { printf("hi" "hello"); }

11162


When should a type cast be used?

1065