What are conditional operators in C?
No Answer is Posted For this Question
Be the First to Post Answer
How can I automatically locate a programs configuration files in the same directory as the executable?
find largest of 3 no
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
What are the types of variables in c?
How to access or modify the const variable in c ?
16 Answers HCL, HP,
What is extern storage class in c?
Explain how can I convert a string to a number?
What are the 4 types of programming language?
Explain what is wrong with this statement? Myname = ?robin?;
List the difference between a "copy constructor" and a "assignment operator"?
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
What is the importance of c in your views?