What does 3 mean in texting?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between goto, long jmp() and setjmp()?
Which is an example of a structural homology?
What is sizeof int in c?
How can I make sure that my program is the only one accessing a file?
What is the right type to use for boolean values in c? Is there a standard type?
String concatenation
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
What are the difference between a free-standing and a hosted environment?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
Explain what are bus errors, memory faults, and core dumps?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
How do we open a binary file in Read/Write mode in C?