How do shell structures work?
No Answer is Posted For this Question
Be the First to Post Answer
Explain output of printf("Hello World"-'A'+'B'); ?
write a program to display the frequency of each element in a given array in c language
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
sum of two integers values only other then integer it should print invalid input.
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
What is clrscr in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is the sizeof () a pointer?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Explain goto?
Explain what is the difference between a free-standing and a hosted environment?