How can I remove the leading spaces from a string?
No Answer is Posted For this Question
Be the First to Post Answer
What is main function in c?
What does %c mean in c?
What is use of null pointer in c?
explain memory layout of a C program
implement NAND gate logic in C code without using any bitwise operatior.
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
What is operator precedence?
A C E G H +B D F A I ------------ E F G H D
Can you return null in c?
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
write a programme to convert temperature from farenheit to celcius?