What is %lu in c?
No Answer is Posted For this Question
Be the First to Post Answer
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
c program for searching a student details among 10 student details
Write a routine that prints out a 2-D array in spiral order!
void main() { int a=1; while(a++<=1) while(a++<=2); }
What is data type long in c?
What is mean by data types in c?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
How do you generate random numbers in C?
Explain what is the stack?
Explain #pragma in C.
Explain what is a static function?