How can I delete a file?
No Answer is Posted For this Question
Be the First to Post Answer
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
from which concept of 'c', the static member function of 'c++' has came?
why do we use # in c-language?
Write a program of advanced Fibonacci series.
Combinations of fibanocci prime series
write a c program to find the sum of five entered numbers using an array named number
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
What is static and auto variables in c?
What is graph in c?
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]