What does *p++ do?
No Answer is Posted For this Question
Be the First to Post Answer
Describe static function with its usage?
Why c is procedure oriented?
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Write a code to generate divisors of an integer?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
Write a C program that reads a series of strings and prints only those ending in "ed"
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Give me basis knowledge of c , c++...
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
What are the data types present in c?