The statement, int(*x[]) () what does in indicate?
What header files do I need in order to define the standard library functions I use?
What is preprocessor with example?
write a c program to check weather a particluar bit is set or not?
Why do some versions of toupper act strangely if given an upper-case letter?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
How does selection sort work in c?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
What is the difference between union and structure in c?
What are global variables and how do you declare them?
What is the best organizational structure?
What is mean by data types in c?
What are c identifiers?