Can we change the value of constant variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
Is calloc better than malloc?
How old is c programming language?
What is the difference b/w main() in C language and main() in C++.
Explain what header files do I need in order to define the standard library functions I use?
What is the newline escape sequence?
what are advantages of U D F?
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
How can I automatically locate a programs configuration files in the same directory as the executable?
Is it possible to execute code even after the program exits the main() function?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.