How is a pointer variable declared?
No Answer is Posted For this Question
Be the First to Post Answer
What is 'bus error'?
what is meant by c
write an algorithm and a program to count the number of elements in a circularly singly linked list
What should malloc(0) do?
How can I sort a linked list?
What is the explanation for modular programming?
What is meant by preprocessor in c?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
what is answer for perfect number????????????????
What does printf does?
Explain what is the stack?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?