Explain how can you tell whether a program was compiled using c versus c++?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is called top down?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
what will happen if you free a pointer twice after allocating memory dynamically ?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Explain the meaning of keyword 'extern' in a function declaration.
how to swap 2 numbers in a single statement?
who developed c and why he developed c?
How to create struct variables?
Write a program that his output * *** *****
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
Why does this code crash?