i=10,j=20
j=i,j?(i,j)?i:j:j
print i,j
convert 12345 to 54321 withoutusing strig
Write a program to swap two numbers without using a temporary variable?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What are the c keywords?
Stimulate calculator using Switch-case-default statement for two numbers
Why main is used in c?
shorting algorithmS
What is the purpose of the fflush() function in C?
Explain the difference between strcpy() and memcpy() function?
What are the 4 types of functions?
What is the use of ?: Operator?
how to go with this?