Can we change the value of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is a class?
what is data structure.in linear and non linear data structures which one is better?Explain
what do you mean by defining a variable in our c code?
Why do we use c for the speed of light?
How can you find the exact size of a data type in c?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
How many types of linked lists what are they? How many types of data structures?
18 Answers BSNL, Pivotal Software,
how to print "hai" in c?
In C programming, what command or code can be used to determine if a number of odd or even?
When should a type cast not be used?