How do shell structures work?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Doubly Linked Lists?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised
how to find the kth smallest element in the given list of array elemnts.
How to find a missed value, if you want to store 100 values in a 99 sized array?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
How can I read in an object file and jump to locations in it?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is data type long in c?
WAP – represent a char in binary format