What is a keyword?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of structure padding in c?
what do you mean by inline function in C?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
What is the meaning of int *x[]();?
Not all reserved words are written in lowercase. TRUE or FALSE?
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,
Write a c pgm for leap year
11 Answers College School Exams Tests, IBM, TCS,
how to make a scientific calculater ?
Differentiate call by value and call by reference?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
What is the meaning of && in c?
Write a program to find the biggest number of three numbers in c?