What is the scope of an external variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { static char *s[]={"black","white","yellow","voilet"}; char **ptr[]={s+3,s+2,s+1,s}, ***p; p=ptr; **++p; printf("%s",*--*++p+3); }
Explain how can I make sure that my program is the only one accessing a file?
What is #line?
In C language, a variable name cannot contain?
How can you dynamically allocate memory in C?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
please send me the code for multiplying sparse matrix using c
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is difference between stdio h and conio h?
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Define recursion in c.
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,