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

Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }

2 Answers  


i need all types of question paper releted to "c" and other language.

0 Answers  


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


What are the application of void data type in c?

0 Answers  






In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?

5 Answers  


will the program compile? int i; scanf(“%d”,i); printf(“%d”,i);

3 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


what is the significance of static storage class specifier?

0 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Categories