Write a c program to demonstrate character and string constants?
No Answer is Posted For this Question
Be the First to Post Answer
Define function pointers?
how can i print "hello"
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
write a program to remove occurrences the word from entered text?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How to delete a node from linked list w/o using collectons?
Find the highest of three numbers and print them using ascending orders?
What is use of bit field?
What is the difference b/w Structure & Union?
Difference between linking and loading?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised