Are there any problems with performing mathematical operations on different variable types?


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

Post New Answer

More C Interview Questions

How variables are declared in c?

0 Answers  


5) Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.without using big int and exponential function

1 Answers   TCS,


What is 2 d array in c?

0 Answers  


what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>

5 Answers   TCS,


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


Explain what is the benefit of using #define to declare a constant?

0 Answers  


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


how to find the sizof of any datatype using bit manipulations

3 Answers  


int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?

15 Answers   Mascot,


Why isnt any of this standardized in c?

0 Answers  


biggest of two no's with out using if condition statement

8 Answers  


application attempts to perform an operation?

0 Answers  


Categories