What is difference between scanf and gets?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you use a pointer to a function?
Which is the best sort method for library management?
Can a pointer be null?
What are the disadvantages of external storage class?
What is a example of a variable?
What is s in c?
why u join this call center?
What are pointers? Why are they used?
The statement, int(*x[]) () what does in indicate?
What is meant by type specifiers?
What are the modifiers available in c programming language?
Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .