Describe the difference between = and == symbols in c programming?


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

Post New Answer

More C Interview Questions

what is c language.

3 Answers  


Why does everyone say not to use scanf? What should I use instead?

0 Answers  


What is the purpose of void pointer?

0 Answers  


can any one tel me wt is the question pattern for NIC exam

0 Answers   NIC,


Why can't we initialise member variable of a strucutre

1 Answers  






Are there any problems with performing mathematical operations on different variable types?

0 Answers  


what is the differance between pass by reference and pass by value.

7 Answers   Infosys,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


How to print %d in output

6 Answers   Wipro,


What is the difference between abs() and fabs() functions?

0 Answers  


How to write the code of the program to swap two numbers with in one statement?

2 Answers  


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

0 Answers  


Categories