Write a program to print all permutations of a given string.
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What's the difference between constant char *p and char * constant p?
How to add two numbers with using function?
Why is extern used in c?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
What is 1f in c?
what is the diffrenet bettwen HTTP and internet protocol
What are data types in c language?
what is the benefit of c30
How many main () function we can have in a project?