Answer Posted / nashiinformaticssolutions
Pointers to functions that allow dynamic invocation of functions. Example:
void (*funPtr)(int) = &printNumber;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is malloc memset faster than calloc?
How many data structures are there in c?
How we can insert comments in a c program?
How can I get back to the interactive keyboard if stdin is redirected?
What is uint8 in c?
What is define c?
What is an endless loop?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
while initialization of array why we use a[][2] why not a[2][]...?
In a byte, what is the maximum decimal number that you can accommodate?
What is the meaning of 2d in c?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
what is uses of .net
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
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