what are the static variables

Answer Posted / guest

enum

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are categories used for in c?

569


What is openmp in c?

613


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2123


How can a process change an environment variable in its caller?

657


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1306






If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3249


How do I swap bytes?

633


How can I convert a number to a string?

609


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

583


How can I write a function that takes a format string and a variable number of arguments?

606


What does the function toupper() do?

658


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2656


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1469


What are derived data types in c?

613


How can I call fortran?

644