What is difference between static and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are dangling pointers in c?
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?
#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā%dā ,a[i]); }
write a programming in c language, 1 3 5 7 9 11
Why & is used in c?
What is main () in c language?
how to implement stack operation using singly linked list
What is the difference function call by value & function call by reference?
What is %g in c?
How can I swap two values without using a temporary?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
what is the advantage of using SEMAPHORES to ORDINARY VARIABLES???