-
DES - Data Encryption Standard
Hi.. Can anyone let me know the Data Encryption Standard(DES) code implementation in C language..!!
-
Reverse a sentence by entering every word by itself
I need help creating an algorithm in javascript for asking a user to input a sentence, one word at a time in reverse and then at the end the output would be the sentence in its correct form.
-
Insert File
How to insert file in C program?
-
Uses of Structures
What are the uses of structures in C?
-
Defining Structures
Why Structures cannot be defined constant using #define?
-
Carriage Return
Can you tell about C language carriage return. What is the functionality of carriage return in C?
-
Multiply One Set of Numbers
How to multiply one set of numbers with other set of numbers using a for loop?
-
Basic Compilers
What are the types of basic compilers?
-
Image in C Program Console
How to put Image in C Program Console
-
Allocate Arrays or Structures
How to allocate arrays or structures bigger than 64K?
-
Return Multiple Values from Function
How to return multiple values from a function?
-
Call a Function
How to call a function, given its name as a string?
-
Size of an Variable
How to find size of an variable without using sizeof operator?
-
View Files
How to view files created by a C program in Windows mode?
-
Address bus
How will you design address bus?
-
Determine Byte Offset
How to determine byte offset of a field within structure in C?
-
Return an Array from a function
How to return an array as the output parameter of a function?
-
Device Drivers
How to write device driver in C?
-
Reversing array of characters without indexing in the array
How would you reverse a given array of characters and how would you reverse without indexing in the array?
-
Matrix Multiplicaton
Write a program in c to show matrix multiplicaton
C Interview Questions
Ans