C Interview Questions
Questions Answers Views Company eMail

Can we access array using pointer in c language?

621

What is the use of function in c?

690

What are the usage of pointer in c?

678

What is auto keyword in c?

768

What is new line escape sequence?

784

What is the use of static variable in c?

574

What is far pointer in c?

785

What is pointer in c?

707

What are the functions to open and close file in c language?

701

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

791

How #define works?

582

What does main () mean in c?

590

What is #include in c?

574

What does s c mean in text?

589

What is #include stdio h?

663


Post New C Questions

Un-Answered Questions { C }

Do you know pointer in c?

558


If you know then define #pragma?

641


What are types of structure?

584


What is #ifdef ? What is its application?

615


What is maximum size of array in c?

555






What does sizeof int return?

566


How can I find the modification date and time of a file?

579


What is 02d in c?

607


in iso what are the common technological language?

1604


Explain modulus operator. What are the restrictions of a modulus operator?

580


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1757


What is the difference between the expression “++a” and “a++”?

628


Write the control statements in C language

622


Place the #include statement must be written in the program?

535


What is a char in c?

533