What are the 3 types of structures?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of volatile?
write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC
Write a program to add a given duration with time(24hrs format)
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
How does free() know how many bytes to free?
Is sizeof a keyword in c?
Is there any possibility to create customized header file with c programming language?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
Write a code on reverse string and its complexity.
What is memcpy() function?