My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crucigrama Sopa de Letras Hoja de Trabajo
Calificar este Puzzle:
Log in or sign up to rate this puzzle.

Malla Reddy University

CROSS WORDS
Horizontales
What is used for finding the identification number of an object.
The ___________symbol is used to indicate the starting and ending point of the flowchart
Who defines the user-defined function?
What they should be given with, when there are multiple words in a construct
The entire class has only one copy of a ________ data number
It returns the current position
IN THE STATEMENT"COUT<<"javapoint"<< end1;", end1 is a______.
Which keyword is used to prevent any kind of change in a variable
Variable of type static are stored in which memory
Which is that loop construct that will always be executed once
What is the default C storage class for a variable
Which keyword is used to assign names to a integer constant
Which type of a data structure is array
Verticales
What is the C keyword used to create global constants
What package is useful to analyse data.
In'C'while is _____ word
Programme errors are called as
A ________symbol is represented by a circle and a letter or digit place within the circle
What are translated by the pre- processor
Which variable can be used for all functions
In _______ , users can only allocate the memory at the compile time
Variable of type auto are stored in which memory
What is used to write the integer in a file
What is the built-in library function to compare two strings
The type variable list is used to declare variables that refer to each________of a function in turn
IT IS A CONSTANT IN MATH MODULE
What type of data type does the atoi() function return
What must point to a data item on the heap
Which keyword is used to define union data type
Where are variables of type auto, static and extern are stored in.