Why cant I open a file by its explicit path?
No Answer is Posted For this Question
Be the First to Post Answer
why effort estimation is important?
Is there any demerits of using pointer?
How can I allocate arrays or structures bigger than 64K?
How to reverse a string using a recursive function, with swapping?
what is the difference between %d and %*d in c languaga?
what is dangling pointer?
Explain what a Binary Search Tree is.
whether itis a structured language?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table