GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of linkage in c language?
Simplify the program segment if X = B then C ← true else C ← false
What are directives in c?
When can a far pointer be used?
What is n in c?
can any one provide me the notes of data structure for ignou cs-62 paper
#include <stdio.h> #define sqr(x) (x*x) int main() { int x=2; printf("value of x=%d",sqr(x+1)); } What is the value of x?
16 Answers Accel Frontline, Opera, Oracle,
What is wrong with this declaration?
how to compare two strings without using strcmp() function??
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
What is an auto variable in c?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar