What is pass by reference in functions?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to rearrange the array such way that all even elements should come first and next come odd
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Why pointers are used in c?
write a programme that inputs a number by user and gives its multiplication table.
what is use of malloc and calloc?
What is actual argument?
Can we access array using pointer in c language?
Is it better to bitshift a value than to multiply by 2?
What is the difference between fread buffer() and fwrite buffer()?
What is define c?
What is the modulus operator?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?