A program to allow an input operand and operator from the operator and read on the display and output operand.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Please write the area of a RIGHT ANGLED TRIANGLE.

1 Answers  


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


what is the format specifier for printing a pointer value?

0 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


What is string function c?

0 Answers  






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

0 Answers  


What is a stream water?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


simple program of graphics and their output display

0 Answers   Elysium,


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


Categories