How to explain the final year project as a fresher please answer with sample project
No Answer is Posted For this Question
Be the First to Post Answer
Why is structure important for a child?
What is a newline escape sequence?
What is equivalent to ++i+++j?
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
What is ambagious result in C? explain with an example.
Is there any possibility to create customized header file with c programming language?
what is software?
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.
When is a void pointer used?
What are derived data types in c?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
how to find string length wihtout using c function?