what is the significance of static storage class specifier?
No Answer is Posted For this Question
Be the First to Post Answer
two variables are added answer is stored on not for third variable how it is possible?
what value is returned to operating system after program execution?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Should I learn c before c++?
What is the best way of making my program efficient?
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
What is function prototype in c with example?
What is the meaning of typedef struct in c?
What is an endless loop?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
write a c program to find the square of a 5 digit number and print the result.
5 Answers Accenture, Sasken, Vimukti Technologies,
Can we declare a function inside a function in c?