if p is a string contained in a string?
No Answer is Posted For this Question
Be the First to Post Answer
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
What is scope of variable in c?
What are actual arguments?
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
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is the difference between constant pointer and constant variable?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Explain about the functions strcat() and strcmp()?
What is a pragma?
What is an lvalue?
How do I initialize a pointer to a function?