how to go with this?
Answer / dipti
this is a pointer which is passed automatically when
variable called in function
| Is This Answer Correct ? | 1 Yes | 1 No |
What is static memory allocation? Explain
Explain what is the difference between null and nul?
What should be keep precautions while using the recursion method?
write a c program to store and print name,address,roll.no of a student using structures?
What is the difference b/w Structure & Array?
What are bitwise shift operators in c programming?
What is your stream meaning?
What is the equivalent code of the following statement in WHILE LOOP format?
What are static functions?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
main() { float a=3.2e40; printf("%d",a); }
c program to print a name without using semicolon