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 compiler

7 11847

main() { printf(5+"Vidyarthi Computers"); }

6 11225

how many error occurs in C language ?

Infosys, Wipro,

22 47715

how many times of error occur in C

11 17277

no consistent academics. how to answer the question

2340

how many header file is in C language ?

College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,

44 82308

How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 10091

Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 3719

what is the differance between pass by reference and pass by value.

Infosys,

7 12964

what is the difference between arrays and linked list

MAHINDRA, Tech Mahindra, Wipro,

26 90454

There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.

Cisco, Google, MBT,

15 28071

Write a programme to find even numbers without using any conditional statement?

ADD Software, Infosys,

3 11768

Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms

Convex Digital,

5 9930

Software Interview Questions

CAT,

1 4369

How do you write a program which produces its own source code as its output?

4 11003


Post New C Questions

Un-Answered Questions { C }

What are register variables in c?

1055


What will be your course of action for a push operation?

1157


How can variables be characterized?

2240


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

1111


What is #include cctype?

1182


Should a function contain a return statement if it does not return a value?

1138


Explain about C function prototype?

1143


How to find a missed value, if you want to store 100 values in a 99 sized array?

1466


How do you define a string?

1152


Write a code on reverse string and its complexity.

1095


Describe wild pointers in c?

1169


What is indirection?

1152


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

1194


How do I read the arrow keys? What about function keys?

1153


What is echo in c programming?

1095