write a program to display all prime numbers
No Answer is Posted For this Question
Be the First to Post Answer
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
how to print a statement in c without use of console statement ,with the help of if statement it should print
how logic is used
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
What are the disadvantages of a shell structure?
How will you allocate memory to double a pointer?
What does s c mean in text?
How can I trap or ignore keyboard interrupts like control-c?
What is the difference between void main and main in c?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Can a pointer be static?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it