What is file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Give basis knowledge of web designing ...
int arr[] = {1,2,3,4} int *ptr=arr; *(arr+3) = *++ptr + *ptr++; Final contents of arr[]
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Which is better between malloc and calloc?
What are linker error?
How do you search data in a data file using random access method?
what is the most appropriate way to write a multi-statement macro?
what is the basis for selection of arrays or pointers as data structure in a program
write a c program for greatest of three numbers without using if statment
Why c is called a mid level programming language?
How many types of operator or there in c?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?