What is the hardest programming language?
Explain 'bit masking'?
How does placing some code lines between the comment symbol help in debugging the code?
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
Disadvantages of C language.
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
How do we open a binary file in Read/Write mode in C?
What is %d called in c?
Write a program in C to convert date displayed in gregorian to julian date
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
what is the use of fflush() function?