Write a program that can show the multiplication table.
No Answer is Posted For this Question
Be the First to Post Answer
1,1,5,17,61,217,?,?.
What library is sizeof in c?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
What is the use of structure padding in c?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Explain what is wrong with this program statement?
What is the difference between int main and void main?
Apart from dennis ritchie who the other person who contributed in design of c language.
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
In which category does main function belong??
#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }
difference between c and c++?