how many types of operators are include in c language

a) 4

b) 6

c) 8

d) 12


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

Post New Answer

More C Interview Questions

How can we open a file in Binary mode and Text mode?what is the difference?

1 Answers   PanTerra,


What is the benefit of using an enum rather than a #define constant?

0 Answers  


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Lovely Professional University,


what are far pointers?

1 Answers  


write a progrmm in c language take user interface generate table using for loop?

0 Answers  






main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


program to find the magic square

1 Answers   Infosys,


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

1 Answers   91mobiles, Amazon, App Guruz, College School Exams Tests, Folio3, Infosys, Omega, Planin, Riphah International University, Subex,


Write a program to generate prime factors of a given integer?

2 Answers  


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


Categories