how many error occurs in C language ?
Post New Answer View All Answers
What is the function of this pointer?
Can we access the array using a pointer in c language?
How can I convert a number to a string?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are the various types of control structures in programming?
In which layer of the network datastructure format change is done
Why enum is used in c?
Why main is not a keyword in c?
why return type of main is not necessary in linux
What does the characters “r” and “w” mean when writing programs that will make use of files?
How can I open a file so that other programs can update it at the same time?
Can a local variable be volatile in c?
How can I implement a delay, or time a users response, with sub-second resolution?
formula to convert 2500mmh2o into m3/hr
How many parameters should a function have?