What is the output of below code?
main() { static int a=5; printf("%3d",a--); if(a) main(); }
write a program to print the all 4digits numbers & whose squares must me even numbers?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }
What are the main characteristics of c language describe the structure of ac program?
How are variables declared in c?
Which is the best website to learn c programming?
In C language, a variable name cannot contain?
Program to find the absolute value of given integer using Conditional Operators
What are multidimensional arrays?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Compare array data type to pointer data type
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,