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

write a program to check whether a number is Peterson or not.

4 30482

hi any body pls give me company name interview conduct "c" language only

2283

out put of printf(ā€œ%dā€,printf(ram));

5 7660

Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 6719

main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 8268

main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 5177

Program to find the sum of digits of a given number until the sum becomes a single digit

InterGraph,

8 46255

Why do u use # before include in a C Progam?

IBM,

9 17172

what is data structure.in linear and non linear data structures which one is better?Explain

Wipro,

3 8795

Write down the program to sort the array.

Impiger,

4 6741

I need previous papers of CSC.......plz help out by posting them.......

2296

yogesh patil in dell

DELL,

3 7843

how to devloped c lenguege?

4 6391

i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

Microsoft,

1909

why u join this call center?

DELL,

6 9166


Post New C Questions

Un-Answered Questions { C }

Write a program for Overriding.

1160


Why is main function so important?

1107


When should structures be passed by values or by references?

1043


Explain what does the function toupper() do?

1077


Why & is used in c?

1192


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

2372


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1556


Why is c platform dependent?

1090


Hi can anyone tell what is a start up code?

2076


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1942


Explain how do you print only part of a string?

1222


What is 2c dna?

1081


What is the value of uninitialized variable in c?

1033


What are the scope of static variables?

1192


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

1122