Can a variable be both const and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
how to write a program which adds two numbers without using semicolon in c
wap in c to accept a number display the total count of digit
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Can I pass constant values to functions which accept structure arguments?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
write a program in c to print **** * * * * ****
What is the difference between struct and union in C?
What is a pointer value and address in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
const char * char * const What is the differnce between the above tow?.