What is p in text message?
No Answer is Posted For this Question
Be the First to Post Answer
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
Explain spaghetti programming?
Why do we use header files in c?
What is const and volatile in c?
What is pass by value in c?
What is action and transformation in spark?
Explain how do you list files in a directory?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Can a binary search tree be used as an index? If yes, how? Explain
Write a program to identify if a given binary tree is balanced or not.
Write a program to find the biggest number of three numbers 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.