What are variables c?
If fflush wont work, what can I use to flush input?
why we need function pointers?
What Is The Difference Between Null And Void Pointer?
Is c++ based on c?
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
How do I use void main?
64/square(4)
How can a number be converted to a string?
What is openmp in c?