c program for searching a student details among 10 student
details
No Answer is Posted For this Question
Be the First to Post Answer
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
What is a volatile keyword in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is oops c?
Explain what is the difference between functions abs() and fabs()?
What are the application of void data type in c?
What is the difference between fread and fwrite function?
How can you tell whether two strings are the same?
what is the use of #pragma pack, wer it is used?
ASCII stands for
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }