What is the difference between void main and main in c?
No Answer is Posted For this Question
Be the First to Post Answer
#define d 10+10 main() { printf("%d",d*d); }
What are different types of operators?
what are the facialities provided by you after the selection of the student.
Why are algorithms important in c program?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
Write a program using bitwise operators to invert even bits of a given number.
Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }
Describe the order of precedence with regards to operators in C.
Without using main fn and semicolon,print remainder for a given number in C language
What is adt in c programming?
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.