What is the difference between arrays and pointers?
No Answer is Posted For this Question
Be the First to Post Answer
How to removing white spces in c programming only bu using loops
What is the advantage of using #define to declare a constant?
0 Answers Agilent, ZS Associates,
how to swap two integers 1 and 32767 without using third variable
What is enumerated data type in c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Why structure is used in c?
write a program in C to swap two variables
Are the outer parentheses in return statements really optional?
Are the expressions * ptr ++ and ++ * ptr same?
Define circular linked list.
What is the difference between Printf(..) and sprint(...) ?
What is the total generic pointer type?