In which mode we open the file for read,write and append
also in c ?
a)W
b)w+
c)r+
d)a
Answers were Sorted based on User's Feedback
ATM machine and railway reservation class/object diagram
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
how can we print hellow world programme without using semicolon
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
What functions are used in dynamic memory allocation in c?
What is period operator in c?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
to find out the reverse digit of a given number
6 Answers Infosys, Microsoft, TCS, Wipro,
What is console in c language?
Explain function pointer with exapmles.