What is string in c language?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers with using function?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
Explain how can I remove the trailing spaces from a string?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
How many header files are in c?
What is break statement?
What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }
What is file in c preprocessor?
Why is C called a middle-level language?
why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?
Tell us bitwise shift operators?
what is dangling pointer?