How are variables declared in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
why we use "include" word before calling the header file. is there any special name for that include??????
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What are the different types of linkage exist in c?
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
What is a protocol in c?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Why is c called c not d or e?
Write a program of prime number using recursion.
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 should not contain a header file?
When we use void main and int main?