what are non standard function in c
No Answer is Posted For this Question
Be the First to Post Answer
Do variables need to be initialized?
What is data structure in c programming?
What is define directive?
how can i get the string which is having two spaces at the end.suppose the string is "Hello World ".Now at the end i have two spaces.i need to print with that spaces .
How can you find the day of the week given the date?
What is switch in c?
What is "Hungarian Notation"?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
Can you add pointers together? Why would you?
How can I open files mentioned on the command line, and parse option flags?
printf("%d",(printf("Hello")); What it returns?
Can you return null in c?