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 different between auto and local static? why should we use local static?

1091

Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

1076

formula to convert 2500mmh2o into m3/hr

951

How to explain the final year project as a fresher please answer with sample project

922

Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

2048

What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1834

1 What is a Data Structure?

1 671

What is the OOPs concept?

3 840

What are the concepts introduced in OOPs?

3 1006

Explain what a Binary Search Tree is.

3 884

Explain Doubly Linked Lists?

3 892

What are the key features of C?

6 1244

What is the difference between int and float?

3 1074

What is the use of the #include directive?

3 967

What are the different types of storage classes in C?

3 1239


Post New C Questions

Un-Answered Questions { C }

Why do we need functions in c?

974


What are global variables and how do you declare them?

1032


Difference between exit() and _exit() function?

1089


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

1040


What are the applications of c language?

1028


Why is c called c?

977


What is extern storage class in c?

956


Differentiate between new and malloc(), delete and free() ?

1150


Write a program on swapping (100, 50)

1076


What are the various types of control structures in programming?

1024


Is it possible to initialize a variable at the time it was declared?

1194


How do you search data in a data file using random access method?

1266


How to establish connection with oracle database software from c language?

2161


Differentiate abs() function from fabs() function.

972


What is structure and union in c?

1090