How arrays can be passed to a user defined function
No Answer is Posted For this Question
Be the First to Post Answer
wat s the meaning of (int *)p +4;
how to find anagram without using string functions using only loops in c programming
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
How can I read data from data files with particular formats?
How would you find a cycle in a linked list?
Can I pass constant values to functions which accept structure arguments?
which one is highest Priority in c? a)=,b)+,c)++,d)==
What are the different types of endless loops?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How are portions of a program disabled in demo versions?
Why c is a procedural language?
If the static variable is declared as global, will it be same as extern?