What are data structures in c and how to use them?
what is object oriental programing?
Explain #pragma statements.
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
What does %c do in c?
Why is c called a mid-level programming language?
What are pointers? What are stacks and queues?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What will the preprocessor do for a program?
What is scope rule in c?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Meaning of () in c