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?

1076

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.

1054

formula to convert 2500mmh2o into m3/hr

941

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

908

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"

2032

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

1815

1 What is a Data Structure?

1 645

What is the OOPs concept?

3 808

What are the concepts introduced in OOPs?

3 944

Explain what a Binary Search Tree is.

3 851

Explain Doubly Linked Lists?

3 849

What are the key features of C?

6 1183

What is the difference between int and float?

3 1031

What is the use of the #include directive?

3 938

What are the different types of storage classes in C?

3 1190


Post New C Questions

Un-Answered Questions { C }

What are valid signatures for the Main function?

1170


What is the difference between functions abs() and fabs()?

1084


Write a program with dynamically allocation of variable.

1067


what is event driven software and what is procedural driven software?

2508


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1826


Why do we use static in c?

1065


What is a method in c?

1062


where are auto variables stored? What are the characteristics of an auto variable?

1018


Tell us something about keyword 'auto'.

1010


What are the keywords in c?

1078


How many keywords (reserve words) are in c?

1083


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2499


Explain why C language is procedural?

1164


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1095


Difference between linking and loading?

1060