Can you subtract pointers from each other? Why would you?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you view the path?
What does double pointer mean in c?
Program to find the value of e raised to power x using while loop
What are the different types of pointers used in c language?
Explain Doubly Linked Lists?
Write a program to print factorial of given number without using recursion?
what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
Write a factorial program using C.
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Write the control statements in C language