why wipro wase
No Answer is Posted For this Question
Be the First to Post Answer
program to print circle structure
Tell me when would you use a pointer to a function?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
How does variable declaration affect memory?
what r the cpu registers r ther?
Define and explain about ! Operator?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
Do you know the difference between exit() and _exit() function in c?
how to connect oracle in C/C++.
What happens if you free a pointer twice?
What is typedef struct in c?