C Interview Questions
Questions Answers Views Company eMail

What is merge sort in c?

679

What is pivot in c?

602

What is quick sort in c?

619

What is sorting in c plus plus?

594

What is string function in c?

566

What is time complexity c?

600

Is c functional or procedural?

1 923

Why c is called free form language?

603

Why c is called procedure oriented language?

612

for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 1101

Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

730

What is a built-in function in C?

1 844

In C, What is the #line used for?

2 1146

How can a string be converted to a number?

554

How can a number be converted to a string?

1 659


Post New C Questions

Un-Answered Questions { C }

What is the -> in c?

620


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

513


Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?

687


What are # preprocessor operator in c?

671


Why is sprintf unsafe?

654






Write a program to check armstrong number in c?

670


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

1176


How to draw the flowchart for structure programs?

8786


What are pointers in C? Give an example where to illustrate their significance.

781


write a program to print largest number of each row of a 2D array

1907


Simplify the program segment if X = B then C ← true else C ← false

2624


What is the use of putchar function?

681


How can I open files mentioned on the command line, and parse option flags?

623


What are the 3 types of structures?

598


Why do we use & in c?

620