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

Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

0 Answers  


Why n++ execute faster than n+1 ?

2 Answers  


write the program for prime numbers?

73 Answers   Accenture, Aptech, Infosys, TCS,


Why ordinary variable store only one value  

0 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,






How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

0 Answers  


I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


Write a program to show the workingof auto variable.

2 Answers   Infotech,


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.

1 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


What are different types of pointers?

0 Answers  


Categories