How do you determine a file’s attributes?
No Answer is Posted For this Question
Be the First to Post Answer
1)what is the error in the following stmt where str is a char array and the stmt is supposed to traverse through the whole character string str? for(i=0;str[i];i++) a)There is no error. b)There shud be no ; after the stmt. c)The cond shud be str[i]!='\0' d)The cond shud be str[i]!=NULL e)i shud be initialized to 1
What is the right way to use errno?
What is the output of below code? main() { static in a=5; printf("%3d",a--); if(a) main(); }
program to print circle structure
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are the data types present in c?
what is meant by c
what is computer
Which is best book for data structures in c?
what is the difference between static variable and register variable?
what is constant pointer?
Write a C program to convert an integer into a binary string?