Answer Posted / bhushan
daennice ritche
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
What are lookup tables in c?
Can we declare function inside main?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What is the process to generate random numbers in c programming language?
what is ur strangth & weekness
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.
How do you use a pointer to a function?
What is the difference between single charater constant and string constant?
What is anagram in c?
What is pointer and structure in c?
Is calloc better than malloc?
What is meant by recursion?
List some of the static data structures in C?
What are the types of assignment statements?