How many types of functions are there in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a const pointer, and how does it differ from a pointer to a const?
write a programming in c language, 1 3 5 7 9 11
What is an operator?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
Can you define which header file to include at compile time?
Explain continue keyword in c
Explain how do you list a file’s date and time?
How can I insert or delete a line (or record) in the middle of a file?
What is 2 d array in c?
What is the use of sizeof?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the scope of local variable in c?