Write a program to print all permutations of a given string.
No Answer is Posted For this Question
Be the First to Post Answer
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
Why is it usually a bad idea to use gets()? Suggest a workaround.
Is c still relevant?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
What is getch() function?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What are 'near' and 'far' pointers?
How we can write a value to an address using macro..?
declare afunction pointer to int printf(char *)?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is f'n in math?