How can you pass an array to a function by value?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between NULL and NUL?
Define the scope of static variables.
What is the 'named constructor idiom'?
Are there any problems with performing mathematical operations on different variable types?
what is event driven software and what is procedural driven software?
Explain what does the format %10.2 mean when included in a printf statement?
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
what is default constructor?
Write a program to swap two numbers without using third variable?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
from which concept of 'c', the static member function of 'c++' has came?
why we shiuld use main keyword in C