Describe explain how arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
What are c preprocessors?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
Juxtapose the use of override with new. What is shadowing?
int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }
difference between function & structure
What is n in c?
how can make variable not in registers
What is new line escape sequence?
Example of friendly function in c++
what is c?