Answer Posted / nashiinformaticssolutions
A function prototype declares the function's name, return type, and parameters without providing the actual implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you allocate arrays or structures bigger than 64K?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
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
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Why we not create function inside function.
Why do we write return 0 in c?
What are type modifiers in c?
What is the hardest programming language?
write a proram to reverse the string using switch case?
What does %p mean?
Explain what happens if you free a pointer twice?
What is c preprocessor mean?
Wt are the Buses in C Language