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 30625

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

2333

out put of printf(“%d”,printf(ram));

5 7851

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 6862

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

3 8405

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 5255

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

InterGraph,

8 46582

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

IBM,

9 17448

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

Wipro,

3 8955

Write down the program to sort the array.

Impiger,

4 6901

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

2360

yogesh patil in dell

DELL,

3 8000

how to devloped c lenguege?

4 6544

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,

1966

why u join this call center?

DELL,

6 9394


Post New C Questions

Un-Answered Questions { C }

How arrays can be passed to a user defined function

1072


How do you determine a file’s attributes?

1139


When should the volatile modifier be used?

1237


Differentiate fundamental data types and derived data types in C.

1092


how to find binary of number?

4548


What is scope rule in c?

1133


what is ur strangth & weekness

2534


What is zero based addressing?

1243


I heard that you have to include stdio.h before calling printf. Why?

1119


Explain c preprocessor?

1165


main() { printf("hello"); fork(); }

1253


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1246


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

1067


What is header file definition?

1147


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

5536