Explain About fork()?
No Answer is Posted For this Question
Be the First to Post Answer
what is array?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
how the compiler treats any volatile variable?Explain with example.
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
Is printf a keyword?
What is the difference between void main() and void main (void) give example programme?
How do you convert strings to numbers in C?
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
whether itis a structured language?
differnce between do and do while
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What are the ways to a null pointer can use in c programming language?