Whats s or c mean?
No Answer is Posted For this Question
Be the First to Post Answer
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Tell us something about keyword 'auto'.
WHAT IS FLOAT?
what is difference between C and C++
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
How does memset() work in C?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What are the header files used in c language?
why return type of main is not necessary in linux