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 putchar() function?
Difference between pass by reference and pass by value?
Explain that why C is procedural?
What is function in c with example?
What is wrong with this program statement?
How can I recover the file name given an open stream or file descriptor?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Which is better between malloc and calloc?
What is the use of extern in c?
Explain what is the benefit of using enum to declare a constant?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
How can a program be made to print the line number where an error occurs?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is property type c?
What are the 5 types of organizational structures?