What are the benefits of c language?
No Answer is Posted For this Question
Be the First to Post Answer
How to explain the final year project as a fresher please answer with sample project
What is linear search?
What is the function of volatile in c language?
4)What would be the output? main() { int num=425; pf("%d",pf("%d",num)); } a)Comp error b)4425 c)4253 d)3435 e)none
How can you invoke another program from within a C program?
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
where are auto variables stored? What are the characteristics of an auto variable?
what are non standard function in c
What are the types of operators in c?
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,
How the processor registers can be used in C ?
how would a 4*3 array A[4][3] stored in Row Major Order?