Can we change the value of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
How is a structure member accessed?
What are the rules for identifiers in c?
In c programming language, how many parameters can be passed to a function ?
Which one would you prefer - a macro or a function?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is meant by int fun const(int a, int b) { .... ... }
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
how we do lcm of two no using c simple if while or for statement
how write a addtion of two single dimensional array using of pointer in c language?
What are the string functions? List some string functions available in c.
application attempts to perform an operation?
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain