What are local static variables?
No Answer is Posted For this Question
Be the First to Post Answer
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is the best way of making my program efficient?
Explain the advantages and disadvantages of macros.
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
Does sprintf put null character?
Explain spaghetti programming?
write a c code "if you give a any decimal number then print that number in english alphabet"? ex: i/p: 552 o/p: five hundred fifty two ...
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
When should the register modifier be used? Does it really help?
Write a program of prime number using recursion.