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 / s.velmurugan

Yes

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a struct c#?

1100


struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer

1346


What is function prototype?

1217


What is pass by reference in functions?

912


What is the use of static variable in c?

1142


How does sizeof know array size?

1171


What is the difference between break and continue?

1682


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1410


explain what is a newline escape sequence?

1143


why return type of main is not necessary in linux

2151


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1188


What is the argument of a function in c?

1101


Explain zero based addressing.

1098


What is the purpose of void pointer?

1102


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1216