How can I do peek and poke in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can true be a variable name in c?
what is the height of tree if leaf node is at level 3. please explain
Explain how can I right-justify a string?
What are pointers? What are stacks and queues?
What is array of structure in c?
Difference between linking and loading?
Which type of language is c?
Why is c called a structured programming language?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
Can we declare a function inside a function in c?
what is the definition of storage classes?