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
Write a code on reverse string and its complexity.
how to write a program which adds two numbers without using semicolon in c
What is the use of function overloading in C?
What is the function of volatile in c language?
Why do we need a structure?
I need a sort of an approximate strcmp routine?
What is a macro in c preprocessor?
What is header file in c?
How many header files are in c?
Can you please explain the scope of static variables?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
int x=sizeof(!5.856); What will value of variable x?