What is the scope of local variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
If the static variable is declared as global, will it be same as extern?
What is this infamous null pointer, anyway?
Do array subscripts always start with zero?
write a program of palindrome(madam=madam) using pointer?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
what are the uses of structure?
What is the difference between the local variable and global variable in c?
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
no consistent academics. how to answer the question
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
how to write a prog in c to convert decimal number into binary by using recursen function,
How many keywords (reserve words) are in c?