What are reserved words?
No Answer is Posted For this Question
Be the First to Post Answer
write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com
If the static variable is declared as global, will it be same as extern?
Explain how can I right-justify a string?
Please write the area of a RIGHT ANGLED TRIANGLE.
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What is the explanation for cyclic nature of data types in c?
Is c high or low level?
sir, i cannot find the way how to write aprogram by using array on queue
What are the 3 types of structures?
What is difference between structure and union in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
If errno contains a nonzero number, is there an error?