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 10514

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

6 10800

how many error occurs in C language ?

Infosys, Wipro,

22 46425

how many times of error occur in C

11 16521

no consistent academics. how to answer the question

2249

how many header file is in C language ?

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

44 79704

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

2 9837

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 3579

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

Infosys,

7 12440

what is the difference between arrays and linked list

MAHINDRA, Tech Mahindra, Wipro,

26 88887

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 27184

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

ADD Software, Infosys,

3 11514

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 9582

Software Interview Questions

CAT,

1 4216

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

4 10708


Post New C Questions

Un-Answered Questions { C }

What are linked lists in c?

1104


What is structure packing in c?

1039


Which is best book for data structures in c?

1061


What does malloc () calloc () realloc () free () do?

1025


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1051


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

8011


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1188


What is maximum size of array in c?

1008


What is the use of getchar() function?

1090


What is function and its example?

1134


C program to find all possible outcomes of a dice?

2306


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2719


Is int a keyword in c?

918


how to introdu5ce my self in serco

1962


Explain how do you override a defined macro?

1033