Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Write a C program in Fibonacci series.

0 Answers   iNautix,


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


Why c is a procedural language?

0 Answers  


How does #define work?

0 Answers  


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,


How would you rename a function in C?

0 Answers   Tech Mahindra,


Is fortran still used in 2018?

0 Answers  


Explain is it valid to address one element beyond the end of an array?

0 Answers  


What's a "sequence point"?

3 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


Are pointers really faster than arrays?

0 Answers  


How does pointer work in c?

0 Answers  


Categories