Table of Sudoku n*n
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of operators in c?
Where is c used?
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
main() { char *p; p="Hello"; printf("%c\n",*&*p); }
program to locate string with in a string with using strstr function
What is the default value of local and global variables in c?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
How a string is stored in c?
How do we print only part of a string in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What does %d do?
Why is C called a middle-level language?