When should you use a type cast?
No Answer is Posted For this Question
Be the First to Post Answer
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
what is the c.
write a program to print largest number of each row of a 2D array
What is the mean of this statement:: if(int i=0 * i=9)
how do you programme Carrier Sense Multiple Access
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
How can I convert integers to binary or hexadecimal?
Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.
Is register a keyword in c?
What is the c language function prototype?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions