Recent questions without a selected answer

1 votes
0 answers
121
My question is that can we use command line arguments without use of main function's parameters argc and *argv?
0 votes
0 answers
123
My score in gate cse is 624 and rank is 1934. My category is EWS, can i expect top nits, and for which colleges should i apply for in coap? Kind of confused here, Thanks....
0 votes
0 answers
124
GATE 2024 CS Score 822 Rank 206 Category General What should be the preference order ? How to prepare for interviews and written tests for admissions as well as P...
0 votes
0 answers
127
I have done M.Sc in mathematics and computing with 6.1 cgpa am I eligible for Mtech cse
0 votes
0 answers
129
Calculate the minimum and maximum number of element comparisons involved in 2 way merge sort assuming n is power of 2.
0 votes
1 answer
130
How many 256 X 1K bit chips are required to build 1 MB of memory?
0 votes
0 answers
131
0 votes
0 answers
133
I have a question that can we use command line arguments without main function arguments?int main(int argc, char argv){}
2 votes
1 answer
134
If 11th March 1997 was Thursday. What day of the week was on 9th March, 2000 ?
0 votes
2 answers
138
Compound interest of second year is 132 on a certain some at 10% per annum, find the principal?132010001200None of these
4 votes
0 answers
145
Can somebody please tell what kind of coding question should I prepare for IIIT Delhi PGCAT Coding round? Also please share memory based questions for PGCAT Technical exa...
1 votes
1 answer
150
#include <stdio.h int main() { int i = -1; int x = (unsigned char)i; printf("%d", x); return 0; }output is 255 , but please explain how