What are preprocessor directives?
please give me some tips for the selection in TCS.
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
what is the code to display color fonts in the output?
enum DAY { sunday, monday, tuesday }; enum EDAYS { friday, saturday, sunday }; void main() { int i =0; if( i == sunday) { printf("%d",i); } } what would be the output?
Explain zero based addressing.
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What does the function toupper() do?
Hai friends im a i year student. i want to develop my knowledge in the field of TSR in c. How I'm Improve ?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
What is build process in c?
How does selection sort work in c?
Can you pass an entire structure to functions?