What do mean by network ?
No Answer is Posted For this Question
Be the First to Post Answer
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
How macro execution is faster than function ?
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
what is difference between procedural language and functional language ?
What is the difference between typedef and #define?
main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
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.
How can we see the Expanded source code and compiled code for our source program in C?
Is calloc better than malloc?
In a header file whether functions are declared or defined?