What is scope and lifetime of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
C program to perform stack operation using singly linked list
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
explain what are actual arguments?
write a programme that inputs a number by user and gives its multiplication table.
write a program to concatenation the string using switch case?
Write a program that receives as input a number omaadel-n-print, four digits.
How can a process change an environment variable in its caller?
explain how do you use macro?
what is the output of below int n=10; (n++)++; printf("%d",n);
which one low Priority in c? a)=,b)++,c)==,d)+
Tell us the use of fflush() function in c language?
What is structure in c explain with example?