What are high level languages like C and FORTRAN also known as?
No Answer is Posted For this Question
Be the First to Post Answer
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
Why we use stdio h in c?
write a program which counts a product of array elements lower than 10.
What is c language & why it is used?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
write a program that print itself even if the source file is deleted?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
which is the best antivirus and how to update it
What are the different types of objects used in c?
Write a program to print “hello world” without using semicolon?
please give me some tips for the placement in the TCS.