Can we change the value of static variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
explain what is a newline escape sequence?
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Difference between for loop and while loop?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is the difference between procedural and declarative language?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is a shell structure examples?
What is a class c rental property?
What is graph in c?
What is meant by type casting?
What is the difference between typedef and #define?
What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value