Answer Posted / tom the frog
Just stating the obvious:
T, E, T
Given that they are the first letters of the positive integers.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is character set?
Write a c program to demonstrate character and string constants?
i have a written test for microland please give me test pattern
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
What are pointers? What are different types of pointers?
What is the benefit of using #define to declare a constant?
What is typedf?
Why calloc is better than malloc?
What are qualifiers and modifiers c?
How can I handle floating-point exceptions gracefully?
What is volatile variable in c?
What is the difference between fread and fwrite function?
What is a void pointer? When is a void pointer used?
Why pointers are used in c?
Is c language still used?