if p is a string contained in a string?
No Answer is Posted For this Question
Be the First to Post Answer
Explain bitwise shift operators?
Simplify the program segment if X = B then C ← true else C ← false
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
How Many Header Files in c?
What is a nested loop?
an algorithem for the implementation of circular doubly linked list
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
Why #include is used in c language?
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
who will call your main function in c under linux?
Explain what is the general form of a c program?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......