answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What statement do you use to cause DBMS OUTPUT to print blank or null lines and leading spaces passed to it?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What method of the string class removes all spaces from the beginning and end of a string object?

String a=" Suraj "; String t=a.trim(); this will remove all the leading and trailing white spaces


Is there allowed to be spaces in HTML coding?

There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.There can be spaces between the words, but not in the middle of a word.


Which statement best describes the roles and responsibilities of the Bioenvironmental Engineering function?

The BE assists commanders and functional managers in identifying, evaluating, and classifying all confined spaces; assists the functional manager in identifying training for testers and monitors, entrants, and entry supervisors on confined space duties; trains unit personnel on the atmospheric testing and monitoring of confined spaces.


Write a program to count number of spaces in a string using array?

#include<iostream> #include<string> size_t count_spaces(std::string& str) { size_t spaces=0; for(size_t i=0; i<str.size(); ++i) if( str[i]==32 ) ++spaces; return( spaces ); } int main() { std::string str("This is a string with some spaces."); size_t spaces = count_spaces(str); std::cout<<"The string ""<<str.c_str()<<"" has "<<spaces<<" spaces.\n"<<std::endl; }


How do you make a on peace sign HTML?

& #9774 ; all together..No spaces between "&" and #9774..No spaces in between #9774 and ";" ☮

Related questions

What i mean is if i put two or more spaces continuously the output will come wrong in words count but spaces count is correct how can i achieve correct output?

Spaces are not words. Nor do you type spaces into words. Spaces separate words.


What is linear algebra?

"Linear algebra is a branch of mathematics that studies vector spaces, also called linear spaces, along with linear functions that input one vector and output another." (from Wikipedia)


What method of the string class removes all spaces from the beginning and end of a string object?

String a=" Suraj "; String t=a.trim(); this will remove all the leading and trailing white spaces


What statement would accept in C plus plus and entire line of input including spaces?

You would need a header file stdio.h(standard input output) and the function gets() Gets function takes one parameter a character array into which the entire string (including spaces will the inserted) #include<stdio.h> int main() { char test[60]; gets(test); puts(test); //for printing the string }


How many spaces before an open and closed parenthesis?

Only one space is required before or after a parenthetical statement.


Why output of fork command in unix varies?

Hi friends, help me out Generally If the call to fork() is executed successfully Unix will create identical copies address spaces and the execution starts from the next statement of the fork() So, in such case output of the following prog must be #include<stdio.h> { printf("\nwelcome to"); fork(); printf("\nanswers.com"); } O/P as per the theory: ------------ answers.com welcome to answers.com but O/p coming is welcome to answers.com welcome to answers.com


What is the possessive for the word community?

The possessive form of the singular noun community is community's.example: The budget has passed to refurbish the community's green spaces.


Spark plug gap 1994 mustang gt?

.044 inch - high output .054 inch - Cobra according to www . motorcraft . com ( no spaces )


What is the singular possessive word for community?

The possessive form of the singular noun community is community's.example: The budget has passed to refurbish the community's green spaces.


Where can i find the letters u and m in words together.?

dictum - a statement that forms a part of the judgment of a court. septum - a partition separating two cavities or spaces.


Most alpha particles passed directly through the gold atoms undisturbed what does this evidence suggest about the structure of the gold atoms?

I think that there were empty spaces in the model.


Why are standards necessary for compression and delivery in Multimedia?

Simply because it saves you money from buying storage spaces. But, professionally, compression doesn’t really matter big time because you want the best output. Plus, even if your sources are the highest of qualities, if you have a compressed output, you will be able to see differences.