Answer Posted / shankar
void main doesn't return any value
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Why is C language being considered a middle level language?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Explain how do you print only part of a string?
Is int a keyword in c?
What is volatile c?
What are local static variables?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Where are some collections of useful code fragments and examples?
How can I remove the trailing spaces from a string?
regarding pointers concept
Explain how can you restore a redirected standard stream?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Why do we use int main?
What is calloc in c?