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
what is the difference between char * const and const char *?
What is n in c?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Explain the difference between exit() and _exit() function?
What is the general form of function in c?
How can I prevent another program from modifying part of a file that I am modifying?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
what is the difference between auto and static keywords
1 Answers cDot, College School Exams Tests, TCS,
Explain the process of converting a Tree into a Binary Tree.
What are the two forms of #include directive?
What is void c?