how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
No Answer is Posted For this Question
Be the First to Post Answer
Display the time of the system and display the right time of the other country
void main() { int c; c=printf("Hello world"); printf("\n%d",c); }
How to count a sum, when the numbers are read from stdin and stored into a structure?
void main() { if(~0 == (unsigned int)-1) printf(“You can answer this if you know how values are represented in memory”); }
prog. to produce 1 2 3 4 5 6 7 8 9 10
Write a procedure to implement highlight as a blinking operation
main() { struct date; struct student { char name[30]; struct date dob; }stud; struct date { int day,month,year; }; scanf("%s%d%d%d", stud.rollno, &student.dob.day, &student.dob.month, &student.dob.year); }
main() { int x=5; clrscr(); for(;x==0;x--) { printf("x=%d\n”", x--); } } a. 4, 3, 2, 1, 0 b. 1, 2, 3, 4, 5 c. 0, 1, 2, 3, 4 d. none of the above
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
9 Answers CSC, GoDB Tech, IBM,
Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines
Is this code legal? int *ptr; ptr = (int *) 0x400;
main() { register int a=2; printf("Address of a = %d",&a); printf("Value of a = %d",a); }