Write a program to implement queue.
No Answer is Posted For this Question
Be the First to Post Answer
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
what is an array
How to set file pointer to beginning c?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
What is derived datatype in c?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is the use of the function in c?
What is union in c?
Explain the difference between struct and union.
When should you use a type cast?
What are actual arguments?
Explain the difference between structs and unions in c?