What is the difference between c and python?
No Answer is Posted For this Question
Be the First to Post Answer
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What are header files and what are its uses in C programming?
Write a C program to multiply tho numbers without using arithmetic operator (+, -, *, /).
hi , please send me NIC written test papers to sbabavalli@gmail.com
Explain how do you override a defined macro?
what is the output of below int n=10; (n++)++; printf("%d",n);
Write a program to check whether a number is prime or not using c?
What is dangling pointer in c?
what does data structure mean?