a program that can input number of records and can view it
again the record
No Answer is Posted For this Question
Be the First to Post Answer
can we print any string without using terminator?
How do you determine if a string is a palindrome?
to get a line of text and count the number of vowels in it
What is time null in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What does the c preprocessor do?
What are the modifiers available in c programming language?
What is optimization in c?
Differentiate between a for loop and a while loop? What are it uses?
Explain the meaning of keyword 'extern' in a function declaration.
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none