Discuss the function of conditional operator, size of operator and comma operator with examples.
What is the purpose of the statement: strcat (S2, S1)?
What is variable and explain rules to declare variable in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is return in c programming?
Why doesn't C support function overloading?
What is the use of typedef in structure in c?
What is the use of #define preprocessor in c?
Explain what does a function declared as pascal do differently?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
in iso what are the common technological language?
What are the types of operators in c?
What are identifiers c?
How is a pointer variable declared?