What is ## preprocessor operator in c?
write a program in c to print **** * * * * ****
What is the purpose of the fflush() function in C?
how to find out the inorder successor of a node in a tree??
What are different types of variables in c?
Difference Between embedded software and soft ware?
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Explain how can type-insensitive macros be created?
difference between semaphores and mutex?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Why isn't it being handled properly?