Answer Posted / ayan
1>c is the procedural language & c++ is the object oriented
programming methodology.
2>In c++ there 3 types of operator u-nary,binary,ternary.
But in c there is only 2 types u-nary,binary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between class and structure?
Explain what is the difference between text files and binary files?
Can we change the value of #define in c?
what type of questions arrive in interview over c programming?
What is the purpose of sprintf() function?
Differentiate abs() function from fabs() function.
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the difference between the local variable and global variable in c?
Explain a file operation in C with an example.
Explain what is the benefit of using #define to declare a constant?
How do you generate random numbers in C?
Can you think of a logic behind the game minesweeper.
Is c is a low level language?
What is the use of a static variable in c?
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