What is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
What are the rules for the identifier?
Write a c program to print the sizes and ranges of different data types in c?
What is storage class?
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 “ Note: one .=1 Space Output: "We Are Student"
What are loops in c?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
Why c is faster than c++?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
How do you declare a variable that will hold string values?
Why c is called object oriented language?
Write a simple code fragment that will check if a number is positive or negative.