C Interview Questions
Questions Answers Views Company eMail

what is different between auto and local static? why should we use local static?

879

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.

875

formula to convert 2500mmh2o into m3/hr

749

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

718

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"

1820

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

1577

1 What is a Data Structure?

1 331

What is the OOPs concept?

3 339

What are the concepts introduced in OOPs?

3 457

Explain what a Binary Search Tree is.

3 384

Explain Doubly Linked Lists?

3 383

What are the key features of C?

6 445

What is the difference between int and float?

3 421

What is the use of the #include directive?

3 337

What are the different types of storage classes in C?

3 554


Post New C Questions

Un-Answered Questions { C }

What are the 32 keywords in c?

848


What are the differences between new and malloc in C?

813


What header files do I need in order to define the standard library functions I use?

752


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

833


What is a constant?

814


What do you understand by normalization of pointers?

821


What does 2n 4c mean?

974


Why is c platform dependent?

804


Why doesnt this code work?

813


Which header file is essential for using strcmp function?

1185


What is the purpose of type declarations?

880


How many levels deep can include files be nested?

874


Which is better oop or procedural?

809


write a program to find the given number is prime or not

4282


What is define directive?

858