Q. Write a C program to do the following: Using fork( ) create a child process. The child process prints its own process-id ...
Read More
Home
c practice questions
Showing posts with label c practice questions. Show all posts
Showing posts with label c practice questions. Show all posts
C Practice Questions and Answers - Part - 1
Q1.What is output of following program? Source Code-> #include <stdio.h> #include<conio.h> void main() { clrscr...
Read More
C program to check whether string is palindrome or not?
Q. How to check whether string is palindrome or not? A palindrome is a word, phrase, number, or other sequence of characters which re...
Read More
Subscribe to:
Posts
(
Atom
)