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.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Is main a keyword in c?
What is a void pointer? When is a void pointer used?
Describe explain how arrays can be passed to a user defined function
What is extern variable in c with example?
What is d scanf?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
write a program which counts a product of array elements lower than 10.
What are bitwise shift operators in c programming?
What are the uses of pre-processor directives?
Define and explain about ! Operator?