What’s a signal? Explain what do I use signals for?
No Answer is Posted For this Question
Be the First to Post Answer
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is meant by int fun const(int a, int b) { .... ... }
What is the use of parallelize in spark?
Prove or disprove P!=NP.
What is a null pointer in c?
What is volatile variable how do you declare it?
Can you explain the four storage classes in C?
Can you please compare array with pointer?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
1. Write a program to reverse every second word in a given sentence.
disadvantages of realloc ?
write a program to print the all 4digits numbers & whose squares must me even numbers?