Hi can anyone tell what is a start up code?
No Answer is Posted For this Question
Be the First to Post Answer
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
what is bit rate & baud rate? plz give wave forms
1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā%dā,x); --x; } }
Is main an identifier in c?
what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question
Can true be a variable name in c?
How can I recover the file name given an open stream?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
A program to write a number of letters and numbers, such as counting and display
Eight queens puzzle
the data type used for unlimited value in c and how to do this program
what r callback function?