Wt are the Buses in C Language
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of void pointer and null pointer in c language?
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
write an interactive C program that will encode or decode a line of text.To encode a line of text,proceed as follows. 1.convert each character,including blank spaces,to its ASCII equivalent. 2.Generate a positive random integer.add this integer to the ASCII equivalent of each character.The same random integer will be used for the entire line of text. 3.Suppose that N1 represents the lowest permissible value in the ASCII code,and N2 represents the highest permissible value.If the number obtained in step 2 above(i.e.,the original ASCII equivalent plus the random integer)exceeds N2,then subtract the largest possible multiple of N2 from this number,and add the remainder to N1.Hence the encoded number will always fall between N1 and N2,and will therefore always represent some ASCII character. 4.Dislay the characters that correspond to the encoded ASCII values. The procedure is reversed when decoding a line of text.Be certain,however,that the same random number is used in decodingas was used in encoding.
Name the language in which the compiler of "c" in written?
what is the difference between global variable & static variable declared out side all the function in the file.
write a program that accepts 3 numbers from the user. dispaly the values in a descending order.
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What are valid signatures for the Main function?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
hi any body pls give me company name interview conduct "c" language only