Is it possible to run using programming C for Java
Application?
Answers were Sorted based on User's Feedback
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
What is queue in c?
write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
What are the main characteristics of c language describe the structure of ac program?
How many ways are there to swap two numbers without using temporary variable? Give the each logic.
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
What is printf () in c?
What does the message "warning: macro replacement within a string literal" mean?
what is the different between data structure and data type?
What is the use of extern in c?
What is ponter?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"