C Interview Questions
Questions Answers Views Company eMail

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

616

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.

574

formula to convert 2500mmh2o into m3/hr

469

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

451

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"

1559

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

1329


Post New C Questions

Un-Answered Questions { C }

What are shell structures used for?

580


How many main () function we can have in a project?

590


Explain a pre-processor and its advantages.

595


Explain the term printf() and scanf() used in c language?

568


How do you print only part of a string?

582






What is a class c rental property?

568


What are register variables? What are the advantage of using register variables?

646


What does struct node * mean?

568


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

577


Explain how do you use a pointer to a function?

614


Explain the properties of union. What is the size of a union variable

695


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1599


What are the disadvantages of c language?

588


Explain the properties of union.

587


How can I read and write comma-delimited text?

597