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


in any language the sound structure of that language depends on its

a) character set, input/output function, its control structures

b) character set, library functions, input/output functions its control structures

c) character set, library functions, control sturctures

d) character set, operators, its control structures


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What do the functions atoi(), itoa() and gcvt() do?

0 Answers   Aspire, Infogain,


How to write a program for swapping two strings without using 3rd variable and without using string functions.

7 Answers   iGate, Infotech,


What is calloc() function?

0 Answers  


what is the use of a array in c

6 Answers  


Can we change the value of #define in c?

0 Answers  


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


What is the code for 3 questions and answer check in VisualBasic.Net?

0 Answers   Infosys,


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

0 Answers  


c program to manipulate x=1!+2!+3!+...+n! using recursion

1 Answers   TCS,


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


Categories