Coding Questions Asked in Brocade
11 / 20
Input : NA
Output : NA
Tags:Brocade
12 / 20
Input : NA
Output : NA
Tags:Brocade
13 / 20
Input : NA
Output : NA
Tags:Brocade
14 / 20
void main(){
int i=1,j=2,k=3;
if ( i || j || --k)
printf("%d %d %d",i,j,k);
}
Input : NA
Output : NA
Tags:Brocade
15 / 20
Input : NA
Output : NA
Tags:Brocade
16 / 20
Input : NA
Output : NA
Tags:Brocade
17 / 20
Input : NA
Output : NA
Tags:Brocade
18 / 20
Input : NA
Output : NA
Tags:Brocade
19 / 20
Input : NA
Output : NA
Tags:Brocade
Q4I highly advised to practice all the page 2 basics and standard program asked at freshers or experienced level job interview in Brocade. Practice our hand-picked coding interview questions asked in Brocade Page 2. You can programed the given question in any language, you can post your answer and same time you can review the other answer. It is always recommanded to write your own program first and then refer others answers. At this page we have covers all the Brocade coding questions in 2020 and previously asked in their Interview round or coding rounds.
Top Kudos Contributor
Trending Programming Qs.
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to print next to the last word of a sentence.
- Write a program to generate a simple pattern. 1 12 123 1234 123 ...
- There are many cars parked in the parking lot. The parking is a straig...
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...
- Write a program to print next to the last word of a sentence.
Last Month Contributor
- Write a program to print next to the last word of a sentence.
- Write a program to convert uppercase to lower case and vice versa of a...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to remove the vowels from the input string.
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...