which operator is known as dummy operator in c?
Answers were Sorted based on User's Feedback
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"
what is the similarities between. system call and library function?
What is scope of variable in c?
Is c call by value?
Without using main fn and semicolon,print remainder for a given number in C language
If the static variable is declared as global, will it be same as extern?
Tell me when is a void pointer used?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
how can i calculate mean,median,mode by using c program
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
Why we use int main and void main?
How important is structure in life?