in any language the sound structure of that language depends on its
a) character set, input/output function, its control structures
b) character set, library functions, input/output functions its control structures
c) character set, library functions, control sturctures
d) character set, operators, its control structures
No Answer is Posted For this Question
Be the First to Post Answer
Distinguish between actual and formal arguments.
What is the purpose of sprintf() function?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Is c an object oriented programming language?
Explain indirection?
How can I open files mentioned on the command line, and parse option flags?
What is the purpose of scanf() and printf() functions?
What are c identifiers?
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
how to find anagram without using string functions using only loops in c programming
how to generate sparse matrix in c