C Interview Questions
Questions Answers Views Company eMail

What is merge sort in c?

634

What is pivot in c?

560

What is quick sort in c?

575

What is sorting in c plus plus?

561

What is string function in c?

529

What is time complexity c?

558

Is c functional or procedural?

1 861

Why c is called free form language?

559

Why c is called procedure oriented language?

568

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

1 1033

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.

652

What is a built-in function in C?

1 782

In C, What is the #line used for?

2 1037

How can a string be converted to a number?

506

How can a number be converted to a string?

1 589


Post New C Questions

Un-Answered Questions { C }

Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5784


Explain what are binary trees?

602


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1452


Where define directive used?

596


What happens if header file is included twice?

643






What is volatile variable in c with example?

579


Which header file is used for clrscr?

567


How can I generate floating-point random numbers?

596


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

566


What is c value paradox explain?

563


How is = symbol different from == symbol in c programming?

602


Once I have used freopen, how can I get the original stdout (or stdin) back?

618


Write a program to reverse a linked list in c.

635


Explain what are the __date__ and __time__ preprocessor commands?

584


Can you please explain the difference between exit() and _exit() function?

582