Answer Posted / sathish
we can able to give function as a argument into a function
by using function pointer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
praagnovation
Write a program to know whether the input number is an armstrong number.
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain 'bus error'?
What is c language in simple words?
how could explain about job profile
How pointer is different from array?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is wrong with this program statement?
What is a void * in c?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
Explain the properties of union. What is the size of a union variable
What is call by value in c?