wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / vinay
int is datatype and int pointer is datatype with address
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is the translation phases used in c language?
How can I trap or ignore keyboard interrupts like control-c?
How can I make it pause before closing the program output window?
Explain what is a static function?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Write a program to print fibonacci series using recursion?
What is the difference between fread buffer() and fwrite buffer()?
in linking some of os executables are linking name some of them
What is a const pointer?
What is a protocol in c?
What is the use of #define preprocessor in c?
What are the 5 elements of structure?
What are the advantages of using Unions?
What are the two forms of #include directive?