Why we use void main in c?
No Answer is Posted For this Question
Be the First to Post Answer
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
a program that can input number of records and can view it again the record
How will you write a code for accessing the length of an array without assigning it to another variable?
What is the use of ?
What are derived data types in c?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
Does c have class?
Give basis knowledge of web designing ...
WHAT IS INT?
Can you pass an entire structure to functions?
What's a good way to check for "close enough" floating-point equality?