program to find which character is occured more times in a string and how many times it has occured? for example in the sentence "i love india" the output should be i & 3.
3 7709for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
2 4612
Explain what are the __date__ and __time__ preprocessor commands?
Why we not create function inside function.
Where is volatile variable stored?
What is difference between class and structure?
Wt are the Buses in C Language
Explain output of printf("Hello World"-'A'+'B'); ?
What is getch() function?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
How is a pointer variable declared?
Place the #include statement must be written in the program?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What are register variables? What are the advantage of using register variables?
Can we use visual studio for c?
C language questions for civil engineering
Linked lists -- can you tell me how to check whether a linked list is circular?