Is c weakly typed?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
What is ## preprocessor operator in c?
Why does the call char scanf work?
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What is static identifier?
Is anything faster than 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
Explain in detail how strset (string handling function works )pls explain it with an example.
What is the difference between mpi and openmp?
Are global variables static in c?
What is pragma c?
How can I write a function analogous to scanf?