Explain what is a const pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you search data in a data file using random access method?
What are the types of operators in c?
What is a rvalue?
how to get starting address of a running C program
Explain what is #line used for?
the data type used for unlimited value in c and how to do this program
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
who is the father of C Language?
20 Answers CTS, UST,
main() {int a=200*200/100; printf("%d",a); }
How can you invoke another program from within a C program?
What is an object?
write a “Hello World” program in “c” without using a semicolon?