C Interview Questions
Questions Answers Views Company eMail

What is maximum size of array in c?

575

Why calloc is better than malloc?

565

What is null character in c?

681

What are the loops in c?

589

What are loops in c?

543

What is anagram in c?

510

What is bubble sort technique in c?

578

What is selection sort in c?

596

How are strings stored in c?

580

How does selection sort work in c?

611

Is stack a keyword in c?

626

Is there sort function in c?

570

What does c mean in basketball?

552

What is a node in c?

541

What is file in c language?

572


Post New C Questions

Un-Answered Questions { C }

What are reserved words with a programming language?

593


Give me the code of in-order recursive and non-recursive.

873


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

800


What is C language ?

1517


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

637






What is nested structure?

567


Write a program to swap two numbers without using third variable in c?

605


Explain what is the difference between text files and binary files?

606


Explain what math functions are available for integers? For floating point?

602


List the difference between a While & Do While loops?

627


Why doesn't C support function overloading?

1596


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

902


What is typedef example?

607


What is call by reference in functions?

551


Explain how can you avoid including a header more than once?

591