What is 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 c still used in 2019?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
can u give me the good and very optimised code for a car racing game?
Can a variable be both const and volatile?
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
write a program to fined second smallest and largest element in a given series of elements (without sorting)
accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input
Explain the difference between malloc() and calloc() function?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
is it possible to change the default calling convention in c ?
What is the difference between exit() and _exit()?