Can a function argument have default value?
No Answer is Posted For this Question
Be the First to Post Answer
c program to subtract between two numbers without using '-' sign and subtract function.
Explain a pre-processor and its advantages.
What is an array in c?
How can I run c program?
What is the difference between macros and inline functions?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
Are comments included during the compilation stage and placed in the EXE file as well?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What are static variables, and where are they stored?
What is union in c?
What are the different types of errors?
what is the return type of printf