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


What is the difference between = and == in C?

Answers were Sorted based on User's Feedback



What is the difference between = and == in C?..

Answer / veeramuthu k

'=' in c is the assignment opperator.whereas '==' is the
logical equality operator.

Is This Answer Correct ?    35 Yes 0 No

What is the difference between = and == in C?..

Answer / priyanka kokil

= is the assignment operator while == is equality operator

Is This Answer Correct ?    20 Yes 0 No

What is the difference between = and == in C?..

Answer / d.sreenu

= is assignment operator & == is equality operator in C
= operator is used to assign a value to the variable
== operator is used to compare two variables.

Is This Answer Correct ?    17 Yes 0 No

What is the difference between = and == in C?..

Answer / swapna

= is used for assigning the value to a variable
for example
int a=10;
if a=5
printf("%d",a);
else
printf("%d",a);

output:5
in this program a value is assigned to 5 and 5 is printed.

whereas
== is used to check the value of the variable
for example
int a=10;
if a==5
printf("%d",++a);
else
printf("%d",a);

output:10

in this value of a is checked with 10 .If it is equal if
stmt is true and a is incrementd and printed.
If it is not equal a value is printed.

Is This Answer Correct ?    14 Yes 0 No

What is the difference between = and == in C?..

Answer / indian

I NEED MORE....

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More VLSI Interview Questions

what is body effect?

1 Answers  


Differences between Array and Booth Multipliers?

0 Answers   Intel,


what is the difference between the testing and verification?

1 Answers   Intel,


Implement a 2 I/P and gate using Tran gates?

0 Answers   Intel,


What is latchup? Explain the methods used to prevent it?

2 Answers   Intel,


For CMOS logic, give the various techniques you know to minimize power consumption

0 Answers   Infosys,


Draw Vds-Ids curve for a MOSFET. Now, show how this curve changes with increasing Vgs.

0 Answers   Infosys,


What are set up time & hold time constraints? What do they signify?

3 Answers  


What is the most complicated/valuable program you written in C/C++?

23 Answers   HCL, IBM, Intel, TCS, TVS, Wipro,


What is the difference between cmos and bipolar technologies?

0 Answers  


Write a program to explain the comparator?

0 Answers  


Explain Cross section of a PMOS transistor?

0 Answers   Intel,


Categories