What is a file descriptor in c?
No Answer is Posted For this Question
Be the First to Post Answer
program for validity of triangle from 3 side
What is c token?
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
biggest of two no's with out using if condition statement
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What are examples of structures?
what is the difference between unix os and linux os
Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
Write a program to check armstrong number in c?
we all know about the function overloading concept used in C++ and we all learnt abt that.... but that concept is already came in C in a very smaller propotion ... my question is IN WHICH CONCEPT THERE IS A USE OF FUNCTION OVERLOADING IS USED in C language?????????????
Why & is used in c?
Explain what is the general form of a c program?