will u please send me the placement papers to my
mail???????????????????
No Answer is Posted For this Question
Be the First to Post Answer
What are the main characteristics of c language describe the structure of ac program?
Is it possible to pass an entire structure to functions?
what is the format specifier for printing a pointer value?
2. What does static variable mean?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is the difference between local variable and global variable in c?
What are pointers? What are different types of pointers?
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
What are terms in math?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above