What is the scope of global variable in c?
what is the self-referential structure?
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
how to swap 2 numbers within a single statement?
What are the different file extensions involved when programming in C?
wap to print "hello world" without using the main function.
YBJBU6
What is a far pointer?What is the utility?
What is indirect recursion? give an example?
How to set a variable in the environment list?
There are 3 baskets of fruits with worng lables,one basket has apple,another basket has orange,another has combination of apple and orange,what is the least way of interchange the lables.
15 Answers Cisco, Google, MBT,
difference between Low, Middle, High Level languages in c ?
How can I find out if there are characters available for reading?