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

Are the variables argc and argv are always local to main?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


How do you use a pointer to a function?

0 Answers  


Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.

0 Answers  


What is variable in c with example?

1 Answers  






How can I invoke another program from within a C program?

8 Answers  


Implement bit Array in C.

0 Answers   GrapeCity,


What does void main () mean?

0 Answers  


What is the difference between declaring a variable and defining a variable?

0 Answers  


How can you check to see whether a symbol is defined?

0 Answers  


Explain what is the benefit of using #define to declare a constant?

0 Answers  


Why is C language being considered a middle level language?

0 Answers  


Categories