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 4539

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 5065

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 4591

difference between string and array?

6 7975

what is the difference between c and c++?

7 11098

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 4991

what type of errors are checked during compilation

3 11425

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 6109

what is a pointer

Bank Of America, TCS,

4 7347

what is the use of macro program

TCS,

1 4505

wht is the difference between KPO and BPO ?

Accenture, BPO, HCK, HCL, Infosys,

2 14376

a simple program in c language

IBM,

5 7139

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 16892

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

3 5318


Post New C Questions

Un-Answered Questions { C }

What is an auto variable in c?

1238


a c code by using memory allocation for add ,multiply of sprase matrixes

2806


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

2023


Can you define which header file to include at compile time?

1022


How can I write functions that take a variable number of arguments?

1130


What are the uses of null pointers?

1127


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

2052


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2372


What are categories used for in c?

1100


How to declare pointer variables?

1244


What is the best way to store flag values in a program?

1081


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

2131


Do you know pointer in c?

1053


What is the c value paradox and how is it explained?

1062


Write a program to print fibonacci series without using recursion?

1142