What are structural members?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is identifier in c?
Why is sprintf unsafe?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
what is the stackpointer
how can i get this by using for loop? * ** * **** * ******
say the following declaration is correct nr not. int b=a,n=0;
Why is c so important?
What is a built-in function in C?
write a program to find the frequency of a number
Why should I prototype a function?