What are the 4 types of functions?
No Answer is Posted For this Question
Be the First to Post Answer
program in c to print 1 to 100 without using loop
what is the difference between NULL('\0') and 0?
What are the rules for identifiers in c?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Can we write a program without main() function?
What is the process of writing the null pointer?
Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?
How we can write a value to an address using macro..?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
Explain how do you determine the length of a string value that was stored in a variable?
Why doesn't C support function overloading?
Is javascript based on c?