C Interview Questions
Questions Answers Views Company eMail

What is merge sort in c?

638

What is pivot in c?

562

What is quick sort in c?

577

What is sorting in c plus plus?

561

What is string function in c?

529

What is time complexity c?

560

Is c functional or procedural?

1 865

Why c is called free form language?

565

Why c is called procedure oriented language?

575

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

1 1036

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.

669

What is a built-in function in C?

1 784

In C, What is the #line used for?

2 1045

How can a string be converted to a number?

507

How can a number be converted to a string?

1 592


Post New C Questions

Un-Answered Questions { C }

How can you determine the size of an allocated portion of memory?

736


Disadvantages of C language.

649


Which control loop is recommended if you have to execute set of statements for fixed number of times?

803


List the variables are used for writing doubly linked list program.

1615


Explain the Difference between the New and Malloc keyword.

680






Explain two-dimensional array.

621


What is the modulus operator?

729


What do you mean by a local block?

623


Write a code to determine the total number of stops an elevator would take to serve N number of people.

723


How can I delete a file?

625


What is spaghetti programming?

664


A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference

625


Do you know null pointer?

598


Write the syntax and purpose of a switch statement in C.

614


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

803