Answer Posted / ishrat ali
type mismatch occur
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the argument of a function in c?
How does #define work?
What is the purpose of 'register' keyword in c language?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
List the difference between a While & Do While loops?
Is printf a keyword?
How do you do dynamic memory allocation in C applications?
Explain how do you list a file’s date and time?
can any one provide me the notes of data structure for ignou cs-62 paper
When is the “void” keyword used in a function?
What is queue in c?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
When should a far pointer be used?
Is c compiled or interpreted?
What is a floating point in c?