Answer Posted / public
52
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
Why is python slower than c?
Is there any data type in c with variable size?
using for loop sum 2 number of any 4 digit number in c language
What is .obj file in c?
How can you read a directory in a C program?
Difference between pass by reference and pass by value?
can any one tel me wt is the question pattern for NIC exam
writ a program to compare using strcmp VIVA and viva with its output.
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Is null valid for pointers to functions?
What’s the special use of UNIONS?
What is the size of enum in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
How many types of errors are there in c language? Explain
How do you print only part of a string?