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

what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


What is the difference between CV and Resume ?

2 Answers  


Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  






why arithmetic operation can’t be performed on a void pointer?

1 Answers  


What are two dimensional arrays alternatively called as?

0 Answers  


write c program to display output 10(10+20)+(10+20+30)+ ... n term

0 Answers   Hindustan Gum Chemicals,


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


What are the key features in c programming language?

0 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


How to declare pointer variables?

0 Answers  


Categories