c program to subtract between two numbers without using '-'
sign and subtract function.
Hi, main() { } Is a user defined function or Built in Functionn
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's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
An array name contains base address of the array. Can we change the base address of the array?
What is the process to generate random numbers in c programming language?
Differentiate between a structure and a union.
How do you define CONSTANT in C?
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Explain two-dimensional array.
Write a pro-gramme to determine whether the number is even or odd?
what is inline function?
What are the advantages of union?