What is a structural principle?
No Answer is Posted For this Question
Be the First to Post Answer
What is auto keyword in c?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
How can I get the current date or time of day in a c program?
please explain every phase in the "SDLC" in the dotnet.
how to write a cprogram yo get output in the form * *** ***** ******* ********* ******* ***** *** *
Explain goto?
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?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why is python slower than c?
What are the 5 elements of structure?
When can a far pointer be used?
What is a symbolic constant?