What is scope rule in c?
No Answer is Posted For this Question
Be the First to Post Answer
What does a pointer variable always consist of?
Why header files are used?
largest Of three Number using without if condition?
What do you mean by a local block?
Explain what is #line used for?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
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 can I write functions that take a variable number of arguments?
how to find the size of the data type like int,float without using the sizeof operator?
Does * p ++ increment p or what it points to?
Explain what is output redirection?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable