What is oops c?
No Answer is Posted For this Question
Be the First to Post Answer
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
What is the role of this pointer?
find the minimum of three values inputted by the user
How can you increase the allowable number of simultaneously open files?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Do you know what are the properties of union in c?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
What is a Genralised LInked List?? Please give a detailed explation of it..
what is object oriental programing?