How can type-insensitive macros be created?
No Answer is Posted For this Question
Be the First to Post Answer
What is string concatenation in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is ctrl c called?
What is an example of structure?
If the size of int data type is two bytes, what is the range of signed int data type?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Explain what is the benefit of using const for declaring constants?
what is c language.
What does a pointer variable always consist of?
Explain what is the most efficient way to store flag values?
Can i use “int” data type to store the value 32768? Why?