C Interview Questions
Questions Answers Views Company eMail

What is merge sort in c?

824

What is pivot in c?

752

What is quick sort in c?

811

What is sorting in c plus plus?

740

What is string function in c?

737

What is time complexity c?

745

Is c functional or procedural?

1 1165

Why c is called free form language?

762

Why c is called procedure oriented language?

794

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

1 1318

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.

973

What is a built-in function in C?

1 1101

In C, What is the #line used for?

2 1498

How can a string be converted to a number?

742

How can a number be converted to a string?

1 897


Post New C Questions

Un-Answered Questions { C }

What is the scope of static variable in c?

719


What is the size of array float a(10)?

894


Ow can I insert or delete a line (or record) in the middle of a file?

776


What is the modulus operator?

934


What are the different types of data structures in c?

846


How can I determine whether a machines byte order is big-endian or little-endian?

817


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1792


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

852


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

794


How can I invoke another program or command and trap its output?

852


What is #include stdlib h?

852


Why pointers are used?

826


Why do we use int main?

835


Explain the difference between malloc() and calloc() in c?

804


How to declare pointer variables?

899