How will you write a code for accessing the length of an array without assigning it to another variable?
No Answer is Posted For this Question
Be the First to Post Answer
what is c
Explain what is the benefit of using #define to declare a constant?
Program to simulate second clock
What is 02d in c?
What is #line in c?
Explain low-order bytes.
What is the difference function call by value & function call by reference?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What ios diff. Between %e & %f?