What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?


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

Post New Answer

More C Interview Questions

24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?

0 Answers  


please give me some tips for the placement in the TCS.

0 Answers   TCS,


which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none

7 Answers   Trident,


Write a C program to find the smallest of three integers, without using any of the comparision operators.

7 Answers   TCS,


What is property type c?

0 Answers  


Disadvantages of C language.

0 Answers   Impetus,


Where are the auto variables stored?

0 Answers   TISL,


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);

5 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


What is difference between function overloading and operator overloading?

0 Answers  


1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop

2 Answers  


Categories