Is c is a procedural language?
No Answer is Posted For this Question
Be the First to Post Answer
A program to allow an input operand and operator from the operator and read on the display and output operand.
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
what is the structure pointer?
Is exit(status) truly equivalent to returning the same status from main?
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
Is c easier than java?
How are 16- and 32-bit numbers stored?
What is #include cctype?
What is variable declaration and definition in c?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
What are the preprocessors?