Explain what will the preprocessor do for a program?
No Answer is Posted For this Question
Be the First to Post Answer
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .
wite a programme in c to linear search a data using flag and without using flags?
What are external variables in c?
Program to display given 3 integers in ascending order
WHAT IS HEADER?
What is the difference between scanf and fscanf?
What are different types of pointers?
What does %p mean?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What are the advantages and disadvantages of a heap?
Write a program which returns the first non repetitive character in the string?