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

how to swap two integers 1 and 32767 without using third variable

Microsoft, TCS,

11 16221

difference between ordinary variable and pointer in C?

2 10117

application attempts to perform an operation?

1926

how logic is used

1924

Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

2580

what is use of malloc and calloc?

1861

why programming language C is still used in operating system's kernel??

Wipro,

1 3995

c program to arrange digits in a no in ascending and descending order

1 19930

1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

AAS, Nagarro, Vuram,

1 20814

what value is returned to operating system after program execution?

2078

what will be maximum number of comparisons when number of elements are given?

1861

What is the output of the program #include #include void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

CTS, Oracle,

4 9367

what is the c.

IBM, TCS,

3 5620

int n=1; while(1) { switch(n) { case 1:printf("a"); n++; continue; case 2:printf("b"); n++; continue; default : printf("c"); break; } break; }

1 5285

main() { int i; printf("%d",i^i); }

1 3253


Post New C Questions

Un-Answered Questions { C }

What is operator promotion?

1023


Can we change the value of constant variable in c?

1016


What is pointer & why it is used?

1076


What is static and auto variables in c?

1038


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2704


What does int main () mean?

967


What does *p++ do?

983


What are the 3 types of structures?

1002


what will be the output for the following main() { printf("hi" "hello"); }

10852


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1311


What is the difference between union and anonymous union?

1262


Why is sprintf unsafe?

1007


Compare array data type to pointer data type

979


How can you pass an array to a function by value?

1072


how many errors in c explain deply

2050