Is it possible to run using programming C for Java
Application?
Answer Posted / küthoseto lohe
Yes/No
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
State two uses of pointers in C?
Is int a keyword in c?
Which are low level languages?
Explain how many levels deep can include files be nested?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is n in c?
What are the complete rules for header file searching?
Which header file is essential for using strcmp function?
What is the use of in c?
What are the differences between Structures and Arrays?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Difference between linking and loading?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is the use of structure padding in c?