Can a local variable be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need volatile in c?
What are the primitive data types in c?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
Write a program in c to print * * * * * *******
How do you print an address?
What is an arrays?
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }
what are enumerations in C
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float