Describe how arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
what is C?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the use of ?
Why doesn't C have nested functions?
write a addition of two no. program with out using printf,scanf,puts .
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
give one ip, find out which contry