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?

1171

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.

1157

formula to convert 2500mmh2o into m3/hr

1051

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

1026

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"

2121

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);

1946

1 What is a Data Structure?

1 822

What is the OOPs concept?

3 1059

What are the concepts introduced in OOPs?

3 1316

Explain what a Binary Search Tree is.

3 1092

Explain Doubly Linked Lists?

3 1101

What are the key features of C?

6 1563

What is the difference between int and float?

3 1357

What is the use of the #include directive?

3 1234

What are the different types of storage classes in C?

3 1587


Post New C Questions

Un-Answered Questions { C }

How does selection sort work in c?

1099


What is #define size in c?

1267


How many bytes is a struct in c?

1216


How do you define CONSTANT in C?

1367


What is the benefit of using an enum rather than a #define constant?

1321


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

2173


What are the types of data files?

1252


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1784


What is the difference between procedural and functional programming?

1136


Are global variables static in c?

1218


What is the use of pragma in embedded c?

1098


Why we use break in c?

1074


How can I find out if there are characters available for reading?

1165


What is far pointer in c?

1391


What is the difference between arrays and pointers?

1174