-
@sagar-xdCxNW • Oct 26, 2024Oct 26, 20241.5Kwhat is wrong in the following code output:- 1729 4101 4913 {correct output 1729 4104}#include <stdio.h>int main(){int i,d=0,j,k,s=5000;for(i=1;i<=s;i++){ for(j=1;j<i;j++){ for(k=1;k<i;k++){ if((j*j*j)+(k*k*k)==i&&k>j) d++; }}if(d==2) printf("%d\n",i); d=0; }}
-
@rinki-Ipny2z • Oct 26, 2024Oct 26, 20241.8KIs it possible that a structure absorb co2 from surrounding environment and use it for attainting strength
As we see co2 is freely available in the environment so can we use it in construction in order to reduce its concentration in environment -
@thebigk • Oct 26, 2024Oct 26, 20241.6KCrystal Lang - Is it worth learning it?
The Crystal programming language seems to be getting a bit of developer love these days. I'm not at all sure if it's the next big thing in programming languages; but... -
@rhutuja-WfmMW9 • Oct 26, 2024Oct 26, 20241.5K
What to do to seek a job in IT field?
Hi, I'm a computer engineer and my pass out year is 2016 So it's becoming difficult to get a job in IT field . What should I do to get... -
@abrakadabra • Oct 26, 2024Oct 26, 202419.5KEngineers' Day In India Being Celebrated On September 15 - We Are Proud Engineers!
Every year, India celebrates Engineers Day on September 15th to commemorate the birthday of the legendary engineer, Sir Mokshagundam Visvesvaraya (1861-1962). Not just some other hard-core engineer, he was a... -
@sahithi-oJZaYj • Oct 27, 2024Oct 27, 20243.9K
Happy Engineers Day Images
Happy Engineers Day to all the CEans over here. Can we have a collection of images regarding Engineers or Engineers Day. Expecting a good image from #-Link-Snipped-#. Here is my... -
@cranberrypie-6KrThs • Oct 27, 2024Oct 27, 20242.4K
a new join in a crazyengineers community :)
helo guys, myself studying in third year in computer science in mumbai !! came accross this site and couldnt restrict myself from joining one!!😀 Real helpful site specially for the... -
@rutuja-VrCbtr • Oct 26, 2024Oct 26, 20241.6K
I want previous question papers of C-CAT for practice.
I want to study the English paper in C-CAT exam. I want the previous question papers for more practice. -
@thebigk • Oct 26, 2024Oct 26, 20241.8KEngineers Day WhatsApp Messages And Status Images 2018-19
I thought of collecting all the funny and cool engineers day whatsapp messages and images that we can forward. Is there any message that you could add? #-Link-Snipped-# - let's... -
@ramani-VR4O43 • Oct 26, 2024Oct 26, 20241.5KHow I became a CEan in 1960? Happy Engineers' day to all.
I become a CEanJust after graduation in 1960, I joined in my first job as a junior scientific assistant in the Central Electro Chemical Research Institute. I was to initiate... -
@thebigk • Oct 26, 2024Oct 26, 20244.2KHow to prepare for campus placements: Preparation Tips & Tricks
The campus placements season will start in the next few weeks and I hope all the CEans who're eligible for campus placements; the ones who are in third / final... -
@abrakadabra • Oct 27, 2024Oct 27, 202423.8K"Happy Engineers Day" SMS Collection
I read on Wikipedia that each country has its own 'Engineers Day'. In India, engineers day is celebrated on September 15th. I thought of compiling a huge collection of "Happy... -
@king99-bh2V1z • Oct 26, 2024Oct 26, 20242.4K
Which language easy to learn .NET OR JAVA ?
I want to know among .Net and Java, which is easier to learn in a short period of time? Which language is easy to learn and in demand in market... -
@ramakrishna-WLTtXk • Oct 26, 2024Oct 26, 20241.6K
What are the best interdisciplinary courses to get better package placement for an ag engg to do mtech in iit?
What are the best interdisciplinary courses to get better package placement for an ag engg to do mtech in iit? -
@sripriya-WRmgdi • Oct 26, 2024Oct 26, 20241.7K
Are books enough to learn Android?
I want to learn android. Will books and practice be sufficient or should i have to go for any course? -
@zaveri-5TD6Sk • Oct 20, 2024Oct 20, 20242.4K
What type of motors are used in sewing machines & what's the max torque do they have?
hey guys does anyone here know what type of motors are used in sewing machines and the maximum torque that they deliver.(just an approximate value). Besides this does anyone know... -
@kanaka-SBJULx • Oct 26, 2024Oct 26, 20241.4K
Can you help with library management using C?
Hello sir,I am currently pursuing third sem engineering. Can you please help me out with the algorithmic part wherein linked list is implemented in the project titled library management using... -
@thebigk • Oct 23, 2024Oct 23, 20242.1KTell Me About Yourself Interview Question - Correct Way To Answer
One of the most frequently asked question, typically in HR interview is straightforward: "Tell Me About Yourself". Almost all the HR interviews I've faced and have been a part of... -
@sookie-T06sFW • Oct 26, 2024Oct 26, 20241.3K
Select 6 Nos from 9,9,9,9,5,5,5,5,3,3,3,3,1,1,1,1 to get 21
You are given 9,9,9,9,5,5,5,5,3,3,3,3,1,1,1,1.Now you are supposed to select exactly 6 no.s from the given no.s so that the sum is exactly 21. It's a challenge. If you are a... -
@banashree-patra-m0OJwR • Oct 27, 2024Oct 27, 20244.1K
A causes B or C, but not both, F occurs only if B occurs
A causes B or C, but not both F occurs only if B occurs D occurs if B or C occurs E occurs only if C occurs J occurs only...