Do you have any idea how to compare array with pointer in c?


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

Post New Answer

More C Interview Questions

How can I write a function that takes a format string and a variable number of arguments?

0 Answers  


Do you know null pointer?

0 Answers  


1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1

4 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


What is c++ used for today?

0 Answers  


define function

4 Answers   Assurgent, Sonata,


What is the difference between functions getch() and getche()?

0 Answers  


Do pointers need to be initialized?

0 Answers  


Why is c fast?

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


what is real time system?what is the differance between hard and soft real time systems

2 Answers  


Categories