what is the different bitween abap and abap-hr?
No Answer is Posted For this Question
Be the First to Post Answer
What is floating point constants?
Where can I get an ansi-compatible lint?
Explain can you assign a different address to an array tag?
Write a C function to search a number in the given list of numbers. donot use printf and scanf
Which command is more efficient? *(ptr+1) or ptr[1]
What's the best way of making my program efficient?
explain about storage of union elements.
How to declare a variable?
Can a variable be both constant and volatile?
what is array?
Explain command-line arguments in C.
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?