Can a local variable be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is static and volatile in c?
What is void main () in c?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
why you will give me a job in TCS.
What are categories used for in c?
Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
i want to know the procedure of qualcomm for getting a job through offcampus
Write a program for Overriding.
how do u find out the number of 1's in the binary representation of a decimal number without converting it into binary(i mean without dividing by 2 and finding out the remainder)? three lines of c code s there it seems...can anyone help
how to find sum of 5 digits in C?
What is main () in c?