What are structure members?
No Answer is Posted For this Question
Be the First to Post Answer
What is the condition that is applied with ?: Operator?
write a program that explain #define and # undef directive
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.
What is call by value in c?
What is #line used for?
Write a pro-gramme to determine whether the number is even or odd?
what is the difference between class and unio?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
How will you find a duplicate number in a array without negating the nos ?
how do you redirect stdout value from a program to a file?
Disadvantages of C language.
What is memcpy() function?