What is the most efficient way to store flag values?
How to write the code of the program to swap two numbers with in one statement?
How can I read/write structures from/to data files?
what does static variable mean?
program to print upper & lower triangle of a matrix
write a program in C to swap two variables
What is the g value paradox?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
What do you mean by invalid pointer arithmetic?
what is the use of pointers
Method Overloading exist in c ?
What language is lisp written in?
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?