What are the application of void data type in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I manipulate individual bits?
what is the return type of printf
Write a program to print "hello world" without using a semicolon?
how to use enum datatype?Please explain me?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value
What is the mean of function?
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
without using arithmatic operator convert an intger variable x into x+1
Explain pointer. What are function pointers in C?
Write a program to check palindrome number in c programming?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.