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
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What are the uses of a pointer?
What extern c means?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
How can you tell whether a program was compiled using c versus c++?
Is return a keyword in c?
What is the full form of getch?
What are the two types of structure?
Explain the difference between structs and unions in c?
Is Exception handling possible in c language?
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
When we use void main and int main?
I need testPalindrome and removeSpace
#include