Why string is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is bin sh c?
What are the 5 data types?
4. main() { int c=- -2; printf("c=%d",c); }
Do you have any idea about the use of "auto" keyword?
What is Bitwise Operator and how it works?
what are bps & baud rates? differentiate these two?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
How do you convert strings to numbers in C?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
wats SIZE_T meant for?
Explain what is the benefit of using an enum rather than a #define constant?
write a program to find out number of on bits in a number?