C Interview Questions
Questions Answers Views Company eMail

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

Accenture,

1476

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

Infosys, TCS,

4 6075

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

1 3531

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

6 9540

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

Value Labs,

13 18736

is c language is a object oreinted language?

TCS,

5 5384

wat is the meaning of c?

CTS, IBM, Wipro,

9 8364

define switch statement?

CTS,

6 6679

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

3 4260

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 4612

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

TCS,

1 3171

shorting algorithmS

Wipro,

1792

WHAT IS ABSTRACT DATA TYPE

Wipro,

4 5464

FILE PROGRAMMING

Wipro,

1772

SRUCTURE PROGRAMMING

CTS, Wipro,

3 5625


Post New C Questions

Un-Answered Questions { C }

Dont ansi function prototypes render lint obsolete?

599


Is c is a middle level language?

591


Why does not c have an exponentiation operator?

620


What is multidimensional arrays

622


What is the sizeof () a pointer?

541






Can we assign integer value to char in c?

609


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1756


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

569


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

756


There seem to be a few missing operators ..

609


What is a static function in c?

612


Who invented b language?

905


What is cohesion and coupling in c?

582


What is ponter?

763


What is null pointer constant?

588