What is a const pointer?
Explain how do you print only part of a string?
How can I read a directory in a c program?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(“%d”,x); }
WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?
28 Answers 3D PLM, Code Studio, Deltech, IBM,
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
List the different types of c tokens?
what is the difference between char * const and const char *?
program for validity of triangle from 3 side
please send me the code for multiplying sparse matrix using c
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE