Where are c variables stored in memory?
What is an volatile variable?
In a switch statement, explain what will happen if a break statement is omitted?
Write a program to print ASCII code for a given digit.
Code for calculating square root without using library function, of math.h
What is binary tree in c?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
How to implement a packet in C
What is extern storage class in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What does & mean in scanf?
Explain how can I write functions that take a variable number of arguments?
What is void pointers in c?