What are signals in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Signals are software interrupts used to notify a process of an event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
Signals are software interrupts used to notify a process of an event.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What are the data types present in c?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
What are the disadvantages of external storage class?
write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
What is the difference between far and near in c?
What is the difference between a string and an array?
What is the argument of a function in c?