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

what is unsigened char and what is the difference from char

2 4540

how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?

Patni, TCS,

2 5068

what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 4594

difference between string and array?

6 7985

what is the difference between c and c++?

7 11106

write a program which counts a product of array elements lower than 10.

1 3293

write a program to delete an item from a particular location of an linear array?

1 4992

what type of errors are checked during compilation

3 11431

How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.

HP, TCS,

1 6112

what is a pointer

Bank Of America, TCS,

4 7354

what is the use of macro program

TCS,

1 4509

wht is the difference between KPO and BPO ?

Accenture, BPO, HCK, HCL, Infosys,

2 14377

a simple program in c language

IBM,

5 7145

what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

IBM,

10 16896

int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?

3 5323


Post New C Questions

Un-Answered Questions { C }

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1188


Where does the name "C" come from, anyway?

1175


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

1286


Why is c so popular?

1165


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2449


What is the mean of function?

1137


Why does the call char scanf work?

1209


What is declaration and definition in c?

1100


What does the error message "DGROUP exceeds 64K" mean?

1229


the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters

2302


How do you list files in a directory?

1146


Do you know the use of fflush() function?

1066


Explain about the functions strcat() and strcmp()?

1055


What are global variables?

1196


Is sizeof a keyword in c?

974