C Interview Questions
Questions Answers Views Company eMail

Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June

1512

write function to reverse char array ... without using second array

3 5221

write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 3331

what is develop in c language

2 3662

write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1464

Why is event driven programming or procedural programming, better within specific scenario?

Wipro,

1927

print a "hello" word without using printf n puts in c language

6 16914

how can you print&scan anything using just one character? :) HINT: printf,scanf similer

2 3504

what is the significance of static storage class specifier?

1623

A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1704

`write a program to display the recomended action depends on a color of trafic light using nested if statments

1609

write a program to rearrange the array such way that all even elements should come first and next come odd

1733

Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

TCS,

1573

Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

Case, IBM,

2032

i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).

1 2859


Post New C Questions

Un-Answered Questions { C }

Differentiate between static and dynamic modeling.

592


What is a null pointer in c?

567


What would be an example of a structure analogous to structure c?

556


How can you find out how much memory is available?

595


about c language

1569






Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

581


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1467


Explain what is a stream?

585


Why doesn't C support function overloading?

1564


What is adt in c programming?

579


Stimulate calculator using Switch-case-default statement for two numbers

2420


Explain what is gets() function?

606


What are the different types of C instructions?

621


What are types of structure?

584


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

1999