Answer Posted / kumaran
400
| Is This Answer Correct ? | 3 Yes | 46 No |
Post New Answer View All Answers
What is hashing in c language?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
How can I call fortran?
main() { printf("hello"); fork(); }
Why is c so important?
Can we declare variable anywhere in c?
What are the differences between new and malloc in C?
How main function is called in c?
number of times a digit is present in a number
Is linux written in c?
When is a “switch” statement preferable over an “if” statement?
all c language question
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 that accept anumber in words