Can we access array using pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Can you please explain the difference between strcpy() and memcpy() function?
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
How can you determine the maximum value that a numeric variable can hold?
What are bitwise shift operators in c programming?
Can stdout be forced to print somewhere other than the screen?
sir i wanted to know how we wap in c to add numbers without using arithmetic operator in which digits are entered by user?
what is pointer?
13 Answers HCL, TCS,
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
What is Dynamic Initialization.
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is the correct code to have following output in c using nested for loop?