Wt are the Buses in C Language
No Answer is Posted For this Question
Be the First to Post Answer
How to write a multi-statement macro?
What are the modifiers available in c programming language?
What is Memory leakage ?
How do I create a directory? How do I remove a directory (and its contents)?
Explain function pointer with exapmles.
Is main is a keyword in c?
Explain the difference between structs and unions in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
what is the different bitween abap and abap-hr?
void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
How to establish connection with oracle database software from c language?