C Interview Questions
Questions Answers Views Company eMail

What is merge sort in c?

716

What is pivot in c?

645

What is quick sort in c?

686

What is sorting in c plus plus?

623

What is string function in c?

614

What is time complexity c?

643

Is c functional or procedural?

1 1015

Why c is called free form language?

646

Why c is called procedure oriented language?

673

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

1 1172

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.

791

What is a built-in function in C?

1 923

In C, What is the #line used for?

2 1240

How can a string be converted to a number?

616

How can a number be converted to a string?

1 721


Post New C Questions

Un-Answered Questions { C }

What are the rules for the identifier?

757


Write a Program to accept different goods with the number, price and date of purchase and display them

5664


Explain what is the heap?

693


What is the difference between functions getch() and getche()?

701


What are near, far and huge pointers?

728






What is omp_num_threads?

680


Can a program have two main functions?

677


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1856


What is the total generic pointer type?

816


How does sizeof know array size?

724


Tell me can the size of an array be declared at runtime?

671


Why string is used in c?

656


In a header file whether functions are declared or defined?

726


How many levels of pointers can you have?

793


What is ambagious result in C? explain with an example.

2120