What are extern variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
difference between semaphores and mutex?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
write a program that finds the factorial of a number using recursion?
Where static variables are stored in c?
What is getch c?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
who is first prime minister in india??
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
Explain which function in c can be used to append a string to another string?
if p is a string contained in a string?
main() { float a=3.2e40; printf("%d",a); }