what is the difference between normal variables and pointer
variables..............
Answer Posted / ashu_deepu
one thing i wanna add is we canot perform some operation
with the pointers (like subtraction) while those can b
performed with the normal variables.
| Is This Answer Correct ? | 15 Yes | 12 No |
Post New Answer View All Answers
What is New modifiers?
In which language linux is written?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
When should I declare a function?
Write a program to check palindrome number in c programming?
What does nil mean in c?
praagnovation
What is meant by gets in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What are the modifiers available in c programming language?
What is gets() function?
ATM machine and railway reservation class/object diagram
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
`write a program to display the recomended action depends on a color of trafic light using nested if statments