Question: quiz 2. Complete the missing part fort he given set of statements; char name[10]; printf(Please enter your name: ); scanf(%s, .); printf(Hello %s , name);

 quiz 2. Complete the missing part fort he given set of
statements; char name[10]; printf("Please enter your name: "); scanf("%s", .); printf("Hello %s
", name); a)&name b) name[] go name d) &nameli Bo birak Conce

quiz 2. Complete the missing part fort he given set of statements; char name[10]; printf("Please enter your name: "); scanf("%s", .); printf("Hello %s ", name); a)&name b) name[] go name d) &nameli Bo birak Conce 1/10 Sonraki Kapat Sinav Bitir quiz 2. 10. The following function prints the elements that are placed at the diagonal of a 4x4 array, pick the correct statement for missing part; MO WA void printDiagonal(const int arr[][4], int row, int col) { printf(" The diagonal is : "); int i; printf("%d", arr[0]); } Cevap Listes a) None for(i=0; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!