wt is diference between int and int pointer as same as
float and float pointer and char and char pointer
Answer Posted / ravikumar
int gives the value of the integer but int pointer gives
address of the integer value
| Is This Answer Correct ? | 38 Yes | 2 No |
Post New Answer View All Answers
Is it better to use malloc() or calloc()?
What is difference between structure and union in c programming?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
What math functions are available for integers? For floating point?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Do you know the use of fflush() function?
c language interview questions & answer
How can you find the day of the week given the date?
Explain what are reserved words?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Are comments included during the compilation stage and placed in the EXE file as well?
Are negative numbers true in c?
What is the use of pragma in embedded c?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What are preprocessor directives in c?