What are the back slash character constants or escape sequence charactersavailable in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program of bubble sort using pointer?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Is null equal to 0 in sql?
Why c is called procedure oriented language?
Explain what is the benefit of using const for declaring constants?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
what is the difference b/w compiler and debugger?
Explain the difference between structs and unions in c?
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
Why is void main used?
can we initialize all the members of union?
What are the concepts introduced in OOPs?