Explain what is wrong with this program statement?
No Answer is Posted For this Question
Be the First to Post Answer
Can we change the value of constant variable in c?
write a program for fibonaci series by using while loop in c?
Is it better to bitshift a value than to multiply by 2?
Write a program to print numbers from 1 to 100 without using loop in c?
What is difference between structure and union with example?
Diff between for loop and while loop?
How the C program can be compiled?
How does sizeof know array size?
different between overloading and overriding
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
write a program to find out prime number using sieve case?
how can i get this by using for loop? * ** * **** * ******