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

I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


What does c mean?

0 Answers  


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none

9 Answers   Oracle,


Why header file is used in c?

0 Answers  






is forign key will be unique key any table or not?

2 Answers  


is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


What is malloc and calloc?

0 Answers  


What is abstract data structure in c?

0 Answers  


Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.

6 Answers   FCI, TCS,


When is a void pointer used?

0 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


Categories