Differentiate 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 will be the output of this program? #include<stdio.h> #define cube(x) x*x*x void main() { int i,j=5; i=cube(j+3); printf("i=%d",i); }

6 Answers   IBM,


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


what is the use of pointers

6 Answers   Adobe, GrapeCity,


What is sizeof array?

0 Answers  


What is calloc()?

0 Answers   Adobe,






How can I manipulate strings of multibyte characters?

0 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Juxtapose the use of override with new. What is shadowing?

1 Answers  


wats SIZE_T meant for?

1 Answers  


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

0 Answers  


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


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

0 Answers  


Categories