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 |
how can u print a message without using any library function in c
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What does #pragma once mean?
Difference between Class and Struct.
13 Answers Ericsson, Motorola, Wipro,
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is difference between constant pointer and constant variable?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
write a program to find out number of on bits in a number?
Hi can anyone tell what is a start up code?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
difference between semaphores and mutex?
main() { float a=3.2e40; printf("%d",a); }