How is = symbol different from == symbol in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why & is used in c?

0 Answers  


What does 3 periods mean in texting?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


Which type of language is c?

0 Answers  


how to create duplicate link list using C???

0 Answers  






What are data breakpoints?

3 Answers   Adobe,


how can u print a message without using any library function in c

1 Answers   NIIT,


for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable

2 Answers  


i want explaination about the program and its stack reprasetaion fibbo(int n) { if(n==1 or n==0) return n; else return fibbo(n-1)+fibbo(n-2); } main() { fibbo(6); }

2 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


What is line in c preprocessor?

0 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


Categories