Why static variable is used in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to find anagram without using string functions using only loops in c programming
What is string length in c?
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Write code for finding depth of tree
what is the full form of c language
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
What is typedef?
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,
what is the structure?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What is the difference between the = symbol and == symbol?
Tell me with an example the self-referential structure?