Write a program to print all permutations of a given string.
No Answer is Posted For this Question
Be the First to Post Answer
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
i want to asked a question about c program the question is: create a c program that displays all prime numbers less than 500? using looping statement
plssssss help !!....using array.. turbo c.. create a program that will accept number of words to be consored. .a word must not exceed 10 characters long .the text to be entered will be no longer than 200 characters .there will be no 10 words example: enter number of words to be censor: 5 enter words to censor: windows office microsoft bill gates enter text to censor: bill gates founded microsoft and makes office and windows sample output: <consored> <censored> founded <censored> and makes <censored> and <censored>
which of 'arrays' or 'pointers' are faster?
Why is c called a mid-level programming language?
What is the difference between union and anonymous union?
What does sizeof int return?
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
what is difference between array of characters and string
int i=10; printf("%d %d %d", i, i=20, i);
What are identifiers in c?
what is the function of void main()?