What is return in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
What are runtime error?
is it possible to create your own header files?
what is the purpose of the following code, and is there any problem with the code? void fn(long* p1, long* p2) { register int x = *p1; register int y = *p2; x ^= y; y ^= x; x ^= y; *p1 = x; *p2 = y; }
How can you pass an array to a function by value?
Explain what is the difference between text files and binary files?
find the sum of two matrices and WAP for it.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Want to know how to write a C program that 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.
What is information technology.
what is the code to display color fonts in the output?
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch