Can a local variable be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are compound statements?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
Which header file is essential for using strcmp function?
What functions are used for dynamic memory allocation in c language?
what are the stoge class in C and tel the scope and life time of it?
What is a dynamic array in c?
What is cohesion and coupling in c?
Give the Output : * * * * * * * * * *
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is integer constants?
How can I generate floating-point random numbers?