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

What is pointer & why it is used?

0 Answers  


What are the types of type qualifiers in c?

0 Answers  


List some of the dynamic data structures in C?

0 Answers  


What are runtime error?

0 Answers  


Why static is used in c?

0 Answers  






What is return type in c?

0 Answers  


How. To pass the entrance test

1 Answers   Tech Mahindra,


Can you return null in c?

0 Answers  


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


How can a process change an environment variable in its caller?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


Categories