What are formal parameters?
No Answer is Posted For this Question
Be the First to Post Answer
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Why c is called a middle level language?
What is the use of sizeof?
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
develop algorithms to add polynomials (i) in one variable
Write a program to print fibonacci series using recursion?
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.
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
Explain the binary height balanced tree?
What oops means?
User define function contain thier own address or not.