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?

1089

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.

1075

formula to convert 2500mmh2o into m3/hr

951

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

921

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 669

What is the OOPs concept?

3 838

What are the concepts introduced in OOPs?

3 1000

Explain what a Binary Search Tree is.

3 882

Explain Doubly Linked Lists?

3 890

What are the key features of C?

6 1240

What is the difference between int and float?

3 1070

What is the use of the #include directive?

3 964

What are the different types of storage classes in C?

3 1239


Post New C Questions

Un-Answered Questions { C }

What is context in c?

892


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1995


What is dynamic variable in c?

998


What are the two types of structure?

1053


write a c program to calculate sum of digits till it reduces to a single digit using recursion

3264


Can math operations be performed on a void pointer?

1007


Is there a way to switch on strings?

1047


Write the control statements in C language

1149


Explain how can you tell whether two strings are the same?

990


Explain setjmp()?

1022


What is array within structure?

1080


If I have a char * variable pointing to the name of a function ..

1143


write a programming in c to find the sum of all elements in an array through function.

2134


How do c compilers work?

1066


What is character constants?

1142