What are the usage of pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the rules for the identifier?
What are pointers? What are stacks and queues?
How a string is stored in c?
What are the __date__ and __time__ preprocessor commands?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Why is the code below functioning. According to me it MUST NOT.
What is the difference between getch() and getche()?
What is the size of a union variable?
C language questions for civil engineering
Define and explain about ! Operator?
What is signed and unsigned?
void main() { int i=5; printf("%d",i++ + ++i); }