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
Explain union.
Why are all header files not declared in every c program?
Explain what is the difference between a free-standing and a hosted environment?
What does c mean before a date?
What is infinite loop?
Which function in C can be used to append a string to another string?
Write a program to find the biggest number of three numbers in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Explain how to reverse singly link list.
What is ctrl c called?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Tell us the use of fflush() function in c language?
What is a string?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.