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...


is assignment operator is arithmatic or not

Answers were Sorted based on User's Feedback



is assignment operator is arithmatic or not..

Answer / sweta purwar

not because airthmatic operators only
addition,multiplication,substraction,division

Is This Answer Correct ?    19 Yes 3 No

is assignment operator is arithmatic or not..

Answer / srsabariselvan

you named as "assignment operator"
then how it'll be arithmetic operator.

Is This Answer Correct ?    4 Yes 1 No

is assignment operator is arithmatic or not..

Answer / divya

assignment operators are differ from arithmatic operator

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More C Interview Questions

What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


What is else if ladder?

0 Answers  


What is dynamic dispatch in c++?

0 Answers  


enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


void main() { int s[4][2]={ {1234,56},{1212,33},{1434,80},{1312,78} }; int (*p)[2]; int i,j,*pint; for(i=0;i<=3;i++) { p=&s[i]; pint=p; printf("\n"); for(j=0;j<=1;j++) printf("%d",*(pint+j)); } } while running this program it shows a warning-suspicious pointer conversion ie pint=p; my que is why should we assign the value of p to pint again.why cant we use it directly as *(p+j)..but if i use like tat the o/p is garbage value..

1 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


Explain what are reserved words?

0 Answers  


write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.

2 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


write a program to print the one dimensional array.

1 Answers  


Can stdout be forced to print somewhere other than the screen?

0 Answers  


Categories