program to convert a integer to string in c language'
What is sizeof int?
how to create c progarm without void main()?
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?
What is the use of ?
write a program to print calender using for loop.
Table of Sudoku n*n
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
What is spaghetti programming?
name the language for writing c compiler?
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
write a function to find whether a string is palindrome or not and how many palindrome this string contain?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.