What is scope of variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is an example of structure?
What is the purpose of void pointer?
What is the correct declaration of main?
what is use of loop?
Eight queens puzzle
Write code for finding depth of tree
Can you write a programmer for FACTORIAL using recursion?
What is %s and %d in c?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
Why is the code below functioning. According to me it MUST NOT.
write a string copy function routine?