explain what is an endless loop?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c using only loops to print * * * * * *******
Explain null pointer.
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
How do I swap bytes?
What are the uses of null pointers?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
what is the different bitween abap and abap-hr?
how to swap two integers 1 and 32767 without using third variable
Should I learn data structures in c or python?
Is there a way to switch on strings?
How many bytes are occupied by near, far and huge pointers (dos)?
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *