What is the difference between the = symbol and == symbol?


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

Post New Answer

More C Interview Questions

What are the types of assignment statements?

0 Answers  


What is the difference between void main and main in c?

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


What is a wrapper function in c?

0 Answers  


How is null defined in c?

0 Answers  






How can I avoid the abort, retry, fail messages?

0 Answers  


who is the father of c

4 Answers   Infosys,


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


Tell me what is null pointer in c?

0 Answers  


How can I access an I o board directly?

0 Answers  


Categories