write a progrmm in c language take user interface generate
table using for loop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to store flag values?
pierrot's divisor program using c or c++ code
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
how can i get output like this? 1 2 3 4 5 6
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
how to find the given number is prime or not?
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
c program to compute AREA under integral
Explain what are the different data types in c?
what does " calloc" do?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
Give me basis knowledge of c , c++...