What is the equivalent code of the following statement in WHILE LOOP format?
No Answer is Posted For this Question
Be the First to Post Answer
logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is pass by value in c?
how to get starting address of a running C program
How many types of operators are there in c?
When should the const modifier be used?
List some applications of c programming language?
Can include files be nested? How many levels deep can include files be nested?
write a program to rearrange the array such way that all even elements should come first and next come odd
List some basic data types in c?
What is the stack in c?