what are the different storage classes in c?
No Answer is Posted For this Question
Be the First to Post Answer
Identify the correct argument for the function call fflush () in ANSI C: A)stdout B)stdin C)stderr D)All the above
what is the different bitween abap and abap-hr?
can v write main() { main(); } Is it true?
What is array of structure in c programming?
Write a program to reverse a linked list in c.
What does void main () mean?
why TCS selected more student in the software field from all institution.
What is the use of static variable in c?
what is different between auto and local static? why should we use local static?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
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
What oops means?