if p is a string contained in a string?


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

Post New Answer

More C Interview Questions

N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


What is scope of variable in c?

0 Answers  


What are actual arguments?

0 Answers  


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


write the program for maximum of the following numbers? 122,198,290,71,143,325,98

5 Answers  






#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


Explain about the functions strcat() and strcmp()?

0 Answers  


What is a pragma?

0 Answers  


What is an lvalue?

0 Answers  


How do I initialize a pointer to a function?

2 Answers  


Categories