What is the full form of getch?
No Answer is Posted For this Question
Be the First to Post Answer
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value
what are the files which are automatically opened when a c file is executed?
write a program whose output will be- 1 12 123 1234
Find MAXIMUM of three distinct integers using a single C statement
What is a char c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
Is r written in c?
Explain how can I pad a string to a known length?
what is the difference between strcpy() and memcpy() function?
12345 1234 123 12 1