What is an auto variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between c and c++
Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
In header files whether functions are declared or defined?
#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
what is the mean of c languages.
Write a program to show the workingof auto variable.
what is the difference between embedded c and turbo c ?
Are there any problems with performing mathematical operations on different variable types?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is 'bus error'?