What are the preprocessor categories?
No Answer is Posted For this Question
Be the First to Post Answer
Why is it important to memset a variable, immediately after allocating memory to it ?
What are the usage of pointer in c?
What is const and volatile in c?
Is there a built-in function in C that can be used for sorting data?
to convert a string without using decrement operater and string functions
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
Is c procedural or functional?
Why static variable is used in c?
How main function is called in c?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Why c is called procedure oriented language?
What is malloc and calloc?