473,956 Members | 28,953 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

interview question & answer required

hello 2 all,
where can i get interview question on C & C++.

plz give me links it will be so helpful.
bye
Nov 13 '05 #1
26 10470
In article <73************ **************@ posting.google. com>, ROSY wrote:
hello 2 all,
where can i get interview question on C & C++.

plz give me links it will be so helpful.
bye


I think the FAQ for alt.comp.lang.l earn.c-c++ might be good for you:

http://www.snurse-l.org/acllc-c++/faq.html

--
Andreas Kähäri
Nov 13 '05 #2
In article <73************ **************@ posting.google. com>,
de************* *@rediffmail.co m (ROSY) wrote:
hello 2 all,
where can i get interview question on C & C++.


Some that are always good:

"I show you this ten line C function. What does it do? "

"I show you this ten line C function. What does it do? What do you think
was it supposed to do, and why doesn't it do what it is supposed to do?
How do you change it so that it will do what it was supposed to do?"

"I have this little problem that could be solved with a 10 line C
program. Could you write this 10 line C program for me?"

Of course, these are just there to get you to the proper interview.
Nov 13 '05 #3
Christian Bau <ch***********@ cbau.freeserve. co.uk> scribbled the following:
In article <73************ **************@ posting.google. com>,
de************* *@rediffmail.co m (ROSY) wrote:
hello 2 all,
where can i get interview question on C & C++.
Some that are always good: "I show you this ten line C function. What does it do? " "I show you this ten line C function. What does it do? What do you think
was it supposed to do, and why doesn't it do what it is supposed to do?
How do you change it so that it will do what it was supposed to do?" "I have this little problem that could be solved with a 10 line C
program. Could you write this 10 line C program for me?" Of course, these are just there to get you to the proper interview.


"I have this ten line C function written by an ex-employee. What the
heck was he smoking?"

--
/-- Joona Palaste (pa*****@cc.hel sinki.fi) ---------------------------\
| Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #108 D+ ADA N+++|
| http://www.helsinki.fi/~palaste W++ B OP+ |
\----------------------------------------- Finland rules! ------------/
"To know me IS to love me."
- JIPsoft
Nov 13 '05 #4
On Wed, 17 Sep 2003 09:08:52 +0000, Joona I Palaste wrote:
"I have this ten line C function written by an ex-employee. What the
heck was he smoking?"


"I have this 3 line C function written by an ex-employee, none of my other
employess could do it in less than 100 lines. What the heck was he
smoking, and where can I get some."

--
NPV
"Linux is to Lego as Windows is to Fisher Price." - Doctor J Frink

Nov 13 '05 #5
ROSY wrote:
hello 2 all,
where can i get interview question on C & C++.


From the other questions you asked, you will not be ready for an interview
for, say 3-4 years, or perhaps never. For damn sure, you're not close to
being employable as a programmer now.
--
Martin Ambuhl

Nov 13 '05 #6
Martin Ambuhl <ma*****@earthl ink.net> scribbled the following:
ROSY wrote:
hello 2 all,
where can i get interview question on C & C++.
From the other questions you asked, you will not be ready for an interview
for, say 3-4 years, or perhaps never. For damn sure, you're not close to
being employable as a programmer now.


Back in 1999-2000, all you had to know was a "Hello world" program to
get you a trainee job as programmer in at least one company. But those
days are now gone...

--
/-- Joona Palaste (pa*****@cc.hel sinki.fi) ---------------------------\
| Kingpriest of "The Flying Lemon Tree" G++ FR FW+ M- #108 D+ ADA N+++|
| http://www.helsinki.fi/~palaste W++ B OP+ |
\----------------------------------------- Finland rules! ------------/
"No, Maggie, not Aztec, Olmec! Ol-mec!"
- Lisa Simpson
Nov 13 '05 #7

Joona I Palaste <pa*****@cc.hel sinki.fi> wrote in message
news:bk******** **@oravannahka. helsinki.fi...
"I have this ten line C function written by an ex-employee. What the
heck was he smoking?"


C-weed.

-Mike

Nov 13 '05 #8
In article <bk**********@o ravannahka.hels inki.fi>,
Joona I Palaste <pa*****@cc.hel sinki.fi> wrote:
"I have this ten line C function written by an ex-employee. What the
heck was he smoking?"


Written on the whiteboard in my former sort-of-a-cubicle (from before I
went back to school for 4 months and got a different sort-of-a-cubicle
when I came back), there's still a quote I made while I was handing off
some of the code I had written to one of the co-op students:

"They won't need to ask what I was smoking. The comments will tell them."

(This was about some moderately hairy but well-documented code that used a
not-widely-known feature to let an "object" (in the OO-programming sense)
change its type without invalidating pointers to it.)
dave

--
Dave Vandervies dj******@csclub .uwaterloo.ca

None of my copies of K&R have a "screen". Should I apply for a refund?
--Chris Dollin in comp.lang.c
Nov 13 '05 #9
On 17 Sep 2003 10:29:03 GMT, Joona I Palaste <pa*****@cc.hel sinki.fi>
wrote in comp.lang.c:
Martin Ambuhl <ma*****@earthl ink.net> scribbled the following:
ROSY wrote:
hello 2 all,
where can i get interview question on C & C++.

From the other questions you asked, you will not be ready for an interview
for, say 3-4 years, or perhaps never. For damn sure, you're not close to
being employable as a programmer now.


Back in 1999-2000, all you had to know was a "Hello world" program to
get you a trainee job as programmer in at least one company. But those
days are now gone...


....as are many of those companies...

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.l earn.c-c++ ftp://snurse-l.org/pub/acllc-c++/faq
Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
1491
by: Sashi | last post by:
All, I had an interview today and I couldn't answer these questions. Any good answers? Why does a copy constructor param need to be const? Ever need a virtual constructor? Major difference between public and private inheritance (other than the obvious one)? Thanks, Sashi
2
7009
by: Jobs | last post by:
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it. http://www.questpond.com/InterviewRatingSheet.zip
0
4619
by: connectrajesh | last post by:
INTERVIEWINFO.NET http://www.interviewinfo.net FREE WEB SITE AND SERVICE FOR JOB SEEKERS /FRESH GRADUATES NO ADVERTISEMENT
14
4132
by: shamirza | last post by:
Question Do ActiveX DLLs made in VB still need the VB runtimes on the machine? ________________________________________ Answer In a word, Yes. Visual Basic does not support what is known as "Static
0
1221
by: su.k.mishra | last post by:
Hello Friends, Please Visit http://techinterviewquestion.blogspot.com site In this site you can find .Net,C#,c++,OOPS,Java,WebService & Remoting ,JSP Interview Question With Answer. Cmpany asked question is also available.. Please Review Regards
2
3691
by: nivedita | last post by:
Hi All, I want to dot net interview question with answer if any one have question with answer please send me.. i am fresher Thanks in advance.. Nivedita
22
6240
by: gustum | last post by:
Im graduating in the coming december. Anyone pls guide me where i can get c++ interview questions. I shall be very thankful to you if you provide me good link so any stuff if you have regarding c++, databases, algorithms, data structures and software engineering. Thanks, Al Pacino
16
1573
by: =?Utf-8?B?cmJEZXZlbG9wZXI=?= | last post by:
Hope this isn't too far off subject... The following was recently proposed (not by me) as a question for prospective job candidates. "Review the method below and say what gets returned." Apparently, this came straight off some website for "C# Interview Questions." The answer they gave is "tryfinally". The reality, this won't even compile because you can't return from a finally block. Personally, I wouldn't put a return anywhere inside a...
0
10229
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10034
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11662
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11271
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9956
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8330
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7494
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6276
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
4606
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.