What is the difference between array and pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Is python a c language?
write a c program to find biggest of 3 number without relational operator?
Why is main function so important?
What is the purpose of clrscr () printf () and getch ()?
Program to write some contents into a file using file operations with proper error messages.
Is c a great language, or what?
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
Can we change the value of constant variable in c?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?