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

C Interview Questions
Questions Answers Views Company eMail

a program that can input number of records and can view it again the record

Accenture,

1920

What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }

Infosys, TCS,

4 8200

What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }

1 4413

main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 11334

write a c program to add two integer numbers without using arithmetic operator +

Value Labs,

13 22885

is c language is a object oreinted language?

TCS,

5 7237

wat is the meaning of c?

CTS, IBM, Wipro,

9 11103

define switch statement?

CTS,

6 8685

The variables are int sum=10,SuM=20; these are same or different?

3 5428

what is the output of below code int x=8,y; x>>=2; y=x; what is y value. NOTE:EXPLANATION IS COMPALSARY with binary bits

Wipro,

2 5633

write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

TCS,

1 3986

shorting algorithmS

Wipro,

2262

WHAT IS ABSTRACT DATA TYPE

Wipro,

4 6939

FILE PROGRAMMING

Wipro,

2249

SRUCTURE PROGRAMMING

CTS, Wipro,

3 6883


Post New C Questions

Un-Answered Questions { C }

How can I find out if there are characters available for reading?

1116


What is #include stdio h and #include conio h?

1117


What is null in c?

1103


What is function and its example?

1232


write a program in c language to print your bio-data on the screen by using functions.

6793


we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above

1173


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1259


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1643


What is the difference between exit() and _exit() function?

1054


Why cant I open a file by its explicit path?

1042


Explain how are portions of a program disabled in demo versions?

1126


Why array is used in c?

1026


Why does the call char scanf work?

1215


The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none

1260


What does void main () mean?

1250