What are c preprocessors?
No Answer is Posted For this Question
Be the First to Post Answer
What are categories used for in c?
what is the difference between c and c++?
What is the benefit of using const for declaring constants?
code for inverse a matrix
What is sizeof int in c?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
What is the purpose of realloc()?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What is the use of a semicolon (;) at the end of every program statement?
in linking some of os executables are linking name some of them
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is the use of putchar function?