What does 3 periods mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
What is the explanation for cyclic nature of data types in c?
How can I split up a string into whitespace-separated fields?
what is the significance of static storage class specifier?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the difference between text files and binary files?
1 What is a Data Structure?
What is the function of multilevel pointer in c?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Explain what are header files and explain what are its uses in c programming?
Explain the difference between fopen() and freopen().
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
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.