What is dynamic variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Program to find the sum of digits of a given number until the sum becomes a single digit
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
Hi can anyone tell what is a start up code?
what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.
how can we Declare a variable in c without defining it.
What happens if a header file is included twice?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What are the general description for loop statement and available loop types in c?
difference between ordinary variable and pointer in C?
Meaning of () in c