Explain how can I remove the trailing spaces from a string?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using const for declaring constants?
How can I access a memory located at certain address?
Difference between fopen() and open()?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Can i use Two or More Main Funtion in any C program.?
can we store values and addresses in the same array? explain
What does c in a circle mean?
Describe dynamic data structure in c programming language?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
can we execute the program with the object file
Tell us bitwise shift operators?
What is page thrashing?