What is the mean of function?
No Answer is Posted For this Question
Be the First to Post Answer
difference between Low, Middle, High Level languages in c ?
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.
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Where are local variables stored in c?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
What is c language used for?
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
how to execute with out main in cprogram
What is an endless loop?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
What is a MAC Address?