Answer Posted / kisna
by using two pointers
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
In a switch statement, what will happen if a break statement is omitted?
Can we initialize extern variable in c?
What is the size of array float a(10)?
Why do we use main function?
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 %lu in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
how to print the character with maximum occurence and print that number of occurence too in a string given ?
How can I discover how many arguments a function was actually called with?
What is the general form of a C program?
Why does this code crash?
What is n in c?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
How do we open a binary file in Read/Write mode in C?
Can you pass an entire structure to functions?