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

1527

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

3 5259

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 3380

what is develop in c language

2 3699

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...

1479

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

Wipro,

1947

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

6 16996

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

2 3532

what is the significance of static storage class specifier?

1650

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.. :(

1726

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

1627

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

1752

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,

1594

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,

2051

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

1 2888


Post New C Questions

Un-Answered Questions { C }

What are the properties of union in c?

578


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

653


How can I do serial ("comm") port I/O?

680


Explain how do you convert strings to numbers in c?

587


Why c is called free form language?

561






Explain how can type-insensitive macros be created?

564


Is fortran faster than c?

572


What are the rules for identifiers in c?

579


Why can't I perform arithmetic on a void* pointer?

630


What is a program flowchart?

595


Explain the array representation of a binary tree in C.

719


What is the difference between functions abs() and fabs()?

641


Why string is used in c?

572


What are the scope of static variables?

595


What is the use of ?: Operator?

660