Is void a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
what are the languages used in c#?
What are reserved words with a programming language?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
Why is c so powerful?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What are the commands should be given before weiting C Program i.e, Cd.. like
4 Answers IBM, Infonet, Satyam, Tech Mahindra,
Why isn't it being handled properly?
what is the difference between exit() and _exit() functions?
How do you initialize function pointers? Give an example?
Why do we need a structure?
When we use void main and int main?