What is n in c?
No Answer is Posted For this Question
Be the First to Post Answer
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
code for quick sort?
Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d
Why Modern OS are interrupt driven?Give an example
Do you know what are bitwise shift operators in c programming?
write program on arrays
How can I find leaf node with smallest level in a binary tree?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?
how to devloped c lenguege?
What is array of structure in c programming?
Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...