Questions without an upvoted answer in Programming and DS

0 votes
0 answers
1
Consider an integer upper triangular 2D array arr[–8 to +7][–8 to +7] having base address 1000. If the size of the integer is 4 bytes, the address of the element pres...
0 votes
1 answer
2
1 votes
0 answers
4
My question is that can we use command line arguments without use of main function's parameters argc and *argv?
0 votes
0 answers
5
I have a question that can we use command line arguments without main function arguments?int main(int argc, char argv){}
0 votes
1 answer
8
Find the error of the following IP addresses. If the IP is valid, check its Class and determine whether the address is Unicast or Multicast.i) 237.15.2.1ii) 256.1.8.9iii)...
0 votes
0 answers
15
2 votes
2 answers
16
0 votes
0 answers
18
1 votes
1 answer
19
Does C support fractional Indices?float x = some fraction;Is float a[x] valid declaration?
2 votes
4 answers
23
#include <stdio.h int main() { int a = 5, b; a = ++a + a++ + ++a; printf("%d",a); return 0; }What will be the output of the code?
0 votes
0 answers
26
Write a program in BlueJQ4. Draw Class Diagram and Object Diagram from the below given Details. public class University{ private Student stdob; private Faculty ...
0 votes
1 answer
27
From a character string of lenth $m$, the number of sub-strings of all lengths that can be formed are:$m^2$$m$$m(m+1)/2$$m(\log m)$
0 votes
2 answers
28
What is the maximum number of comparisons needed to sort 6 items using radix sort, if each number is a 3-digit decimal number?120180210360
0 votes
0 answers
29
In Reeverse Polish notation, expression A*B+C*D is written asAB*CD*+A*BCD*+AB*CD+*A*B*CD+A request to the approver.!!This question is asked in ISRO 2024. Due to insuffici...
To see more, click for the full list of questions or popular tags.