What is a volatile keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
How can I increase the allowable number of simultaneously open files?
What is the value of uninitialized variable in c?
What is difference between array and pointer in c?
What are Macros? What are its advantages and disadvantages?
WAP to accept basic salary of an employee? Calculate it HRA=25%,DA=30%,PF=30%&net salary display all contents?
6 Answers Finite Infotech, Lovely Professional University, Wipro,
How are structure passing and returning implemented?
What is ## preprocessor operator in c?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
How to implement call back functions ?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
Explain how do you determine the length of a string value that was stored in a variable?