Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
No Answer is Posted For this Question
Be the First to Post Answer
please explain every phase in the "SDLC" in the dotnet.
what is the stackpointer
how to determine the complexity of an algorithm as log(n)
How can I do peek and poke in c?
c program to subtract between two numbers without using '-' sign and subtract function.
write a program that will print %d in the output screen??
How macro execution is faster than function ?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
main() { int x=10,y=15; x=x++; y=++y; printf("%d %d\n",x,y); } output??
19 Answers EBS, Ramco, Sangwin, TCS,
Is it valid to address one element beyond the end of an array?
What are the types of data structures in c?