what is the benefit of c30

Answer Posted / ruchika

both are 1 gram means both are same

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2207


what is the height of tree if leaf node is at level 3. please explain

1586


What is uint8 in c?

627


Create a simple code fragment that will swap the values of two variables num1 and num2.

797


Explain about the constants which help in debugging?

836






Can i use “int” data type to store the value 32768? Why?

742


What is null character in c?

676


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

634


What will the preprocessor do for a program?

576


In a byte, what is the maximum decimal number that you can accommodate?

613


What is difference between array and pointer in c?

530


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

705


List some of the static data structures in C?

749


Define recursion in c.

690


Can we add pointers together?

604