C Interview Questions
Questions Answers Views Company eMail

Hai what is the different types of versions and their differences

1593

why division operator not work in case of float constant?

2 3824

which header file contains main() function in c?

Google, HCL, TCS,

17 27118

convert 0.9375 to binary

CTS, TANCET,

2 17410

what is Structural oriented language? give some example of this language.....?

1 4262

C,c++, Java is all are structural oriented or procedure oriented language..?

6 7469

given post order,in order construct the corresponding binary tree

S-Cube, Wipro,

2413

How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 9445

how does printf function work

1 7468

what is computer engg

1 2768

Hai why 'c' is the middle language

4 5340

To find whether a number is even or odd without using any conditional operator??

College School Exams Tests, IBM,

12 27017

Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

Accenture, Concor, DMU, Satyam, Syntel, Tora,

1 11365

Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 5682

hi how to convert program from notepad to turboc editor can u please help me

3 23366


Post New C Questions

Un-Answered Questions { C }

Why calloc is better than malloc?

666


What are the differences between new and malloc in C?

691


What happens if you free a pointer twice?

698


What is #include stdlib h?

712


How many levels of indirection in pointers can you have in a single declaration?

698






Why do we use header files in c?

686


How can I do graphics in c?

677


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

709


Define Spanning-Tree Protocol (STP)

752


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

723


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

2154


develop algorithms to add polynomials (i) in one variable

1842


Array is an lvalue or not?

739


What is the purpose of type declarations?

771


Explain what is wrong with this program statement?

735