Explain how do you list files in a directory?
No Answer is Posted For this Question
Be the First to Post Answer
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
why division operator not work in case of float constant?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Explain what is the advantage of a random access file?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
program to print circle structure
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
Explain the difference between malloc() and calloc() function?
identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is C language ?
Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;