what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
1 3925How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
2 4556Write 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 11346write a programme to enter some number and find which number is maximum and which number is minimum from enterd numbers.
3 5126FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
4 69714) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 8166
What is echo in c programming?
What are types of functions?
Write a program on swapping (100, 50)
Where in memory are my variables stored?
Is c programming hard?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is meant by preprocessor in c?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Describe explain how arrays can be passed to a user defined function
What is the benefit of using an enum rather than a #define constant?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
Explain what is the purpose of "extern" keyword in a function declaration?
Explain what is gets() function?
What is #define?