What are the different types of pointers?
Answer Posted / mar
generic pointers and non generic pointers
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is a house a mass structure?
Do variables need to be initialized?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is a char c?
Explain what are the __date__ and __time__ preprocessor commands?
What is c language in simple words?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is wrong with this declaration?
Who invented bcpl language?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is a void pointer? When is a void pointer used?
write a c program in such a way that if we enter the today date the output should be next day's date.
What is the purpose of sprintf?
What is meant by operator precedence?
Why does not c have an exponentiation operator?