How can I copy just a portion of a string?
No Answer is Posted For this Question
Be the First to Post Answer
How would you write qsort?
What is an auto variable in c?
Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.
SRUCTURE PROGRAMMING
What is function pointer c?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
Explain what is the difference between declaring a variable and defining a variable?
Differentiate b/w Modify and Update commands giving example.
What is a header file?
How do you access command-line arguments?
Magic square