Is c pass by value or reference?
No Answer is Posted For this Question
Be the First to Post Answer
Why is a semicolon (;) put at the end of every program statement?
What is header file in c?
How are variables declared in c?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What is pointer & why it is used?
input any 4 digit number and find the difference of all the digits?
what is op? for(c=0;c=1000;c++) printf("%c",c);
about c language
What is New modifiers?
Compare interpreters and compilers.
What is string concatenation in c?
write a program to copy the string using switch case?