Explain the difference between the local variable and global variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a built-in function in C that can be used for sorting data?
how can u print a message without using any library function in c
Can a variable be both static and volatile in c?
Why static is used in c?
What is an example of enumeration?
Can i use Two or More Main Funtion in any C program.?
what is the use of pointers
What are the disadvantages of a shell structure?
What happens if header file is included twice?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
wat s the meaning of (int *)p +4;
write a program to display the frequency of each element in a given array in c language