What are called c variables?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the most efficient way to store flag values?
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Describe advantages and disadvantages of the various stock sorting algorithms
how to find turn around time in operating system?
How arrays can be passed to a user defined function
Explain what are reserved words?
Write a programe print the sum of series 0,1,2,.....10
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack
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.
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r