What is meant by type specifiers?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Code for calculating square root without using library function, of math.h
program for comparing 2 strings without strcmp()
Why we use void main in c?
Why main is not a keyword in c?
How can variables be characterized?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What happens if header file is included twice?
Is there a way to compare two structure variables?
What does emoji p mean?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none