Answer Posted / amit paul
I feel i am efficient for the desired post as i was implemented my knowledge & skills to help to achieve the organisational goals of my previous company .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you read a directory in a C program?
Why is c still so popular?
Can we change the value of constant variable in c?
How can you avoid including a header more than once?
Where are local variables stored in c?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is return in c programming?
What is function prototype?
Why is c called a mid-level programming language?
can we have joblib in a proc ?
#include
In c programming language, how many parameters can be passed to a function ?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the use of printf() and scanf() functions?
How do we open a binary file in Read/Write mode in C?