C Interview Questions
Questions Answers Views Company eMail

What are the characteristics of arrays in c?

603

What are global variables?

634

What is getch() function?

637

What is assignment operator?

617

What are the types of operators in c?

602

What is storage class?

644

List the different types of c tokens?

609

What is character set?

675

What is unary operator?

649

What is a ternary operator in c?

642

Do string constants represent numerical values?

905

What are the rules for the identifier?

660

What is meant by type specifiers?

650

What is an arrays?

642

What is else if ladder?

600


Post New C Questions

Un-Answered Questions { C }

What is return in c programming?

503


How do you sort filenames in a directory?

696


Explain what are preprocessor directives?

614


What is a function in c?

563


Which node is more powerful and can handle local information processing or graphics processing?

811






what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1442


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

623


Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)

798


How the c program is executed?

622


Is c easier than java?

560


What is the difference between exit() and _exit() function in c?

570


Can main () be called recursively?

619


What is bubble sort technique in c?

576


What is a rvalue?

738


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

625