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...


how can you print&scan anything using just one character? :)

HINT: printf,scanf similer

Answers were Sorted based on User's Feedback



how can you print&scan anything using just one character? :) HINT: printf,scanf similer..

Answer / sivarama ganesan

putc, getc

putc will print only one character. getc will scan on
character from the given input/parameter

Is This Answer Correct ?    15 Yes 3 No

how can you print&scan anything using just one character? :) HINT: printf,scanf similer..

Answer / avinash

getch(),putc()

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is the output of the program?? #include<stdio.h> main ( ) { int a=010,sum=0,tracker: for(tracker=0;tracker<=a;tracker++) sum+=tracker; printf(“ %d\n”,sum); } what is the difference between a=10 and a=010??

3 Answers   Oracle,


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


what does ‘Bus Error’ mean?

1 Answers   ABC,


What is volatile variable in c with example?

0 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


What does char * * argv mean in c?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


What does dm mean sexually?

0 Answers  


what is the associativity of bitwise OR operator?

1 Answers  


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

0 Answers  


How is null defined in c?

0 Answers  


The file stdio.h, what does it contain?

0 Answers  


Categories