for questions 14,15,16,17 use the following
alternatives:a.int b.char.c.string.d.float
Answer Posted / rukmanee
a.int
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
#include
What is return type in c?
What are pointers in C? Give an example where to illustrate their significance.
Why header files are used?
Linked lists -- can you tell me how to check whether a linked list is circular?
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
If I have a char * variable pointing to the name of a function ..
What is a example of a variable?
code for quick sort?
What is array in C
Can we access array using pointer in c language?
Does free set pointer to null?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
What are the functions to open and close file in c language?
Explain how can you tell whether two strings are the same?