Answer Posted / meenu
3 types of errors. logical , syntax and run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
why do some people write if(0 == x) instead of if(x == 0)?
What is data structure in c language?
What does *p++ do?
Which is more efficient, a switch statement or an if else chain?
What is the c language function prototype?
What is difference between structure and union in c programming?
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain how can I prevent another program from modifying part of a file that I am modifying?
Write a program to reverse a given number in c language?
Explain what are the standard predefined macros?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the condition that is applied with ?: Operator?
What are the 5 data types?