How can you access memory located at a certain address?
No Answer is Posted For this Question
Be the First to Post Answer
What is NULL pointer?
can we declare a variable in different scopes with different data types? answer in detail
How can I find the modification date of a file?
What are the different file extensions involved when programming in C?
Why & is used in c?
Write a C program to convert an integer into a binary string?
what is the difference between static variable and register variable?
shorting algorithmS
What are the 3 types of structures?
Why is it that not all header files are declared in every C program?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
In c programming language, how many parameters can be passed to a function ?