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 use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


When should structures be passed by values or by references?

0 Answers   Adobe,


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


what is the associativity of bitwise OR operator?

1 Answers  


Write a programe print the sum of series 0,1,2,.....10

7 Answers  


What is this pointer in c plus plus?

0 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


C program to find frequency of each character in a text file?

6 Answers  


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


What does %f mean c?

1 Answers  


How can you avoid including a header more than once?

0 Answers  


Categories