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 diff b/w static and non static variables in C. Give some examples plz.
How does memset() work in C?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
Write a program to print all permutations of a given string.
What is the purpose of sprintf?
How to implement call back functions ?
Give the rules for variable declaration?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
What is the general form of function in c?
What kind of structure is a house?