Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
1240Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
TCS,
1126Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
1108
Compare array data type to pointer data type
Explain null pointer.
How does struct work in c?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is string concatenation in c?
What header files do I need in order to define the standard library functions I use?
What is extern storage class in c?
shorting algorithmS
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
Write a program for Overriding.
Why is c called "mother" language?
How can I generate floating-point random numbers?
What is the right type to use for boolean values in c?
What is meant by keywords in c?